diff --git a/extensions/HyperVExtension/src/DevSetupEngine/ConfigurationFileHelper.cs b/extensions/HyperVExtension/src/DevSetupEngine/ConfigurationFileHelper.cs index 244a60ec5..94f4f90e7 100644 --- a/extensions/HyperVExtension/src/DevSetupEngine/ConfigurationFileHelper.cs +++ b/extensions/HyperVExtension/src/DevSetupEngine/ConfigurationFileHelper.cs @@ -293,6 +293,7 @@ private async Task InstallOrUpdateAppInstallerIfNeeded(IProgress ApplyConfigurationAsync(string content, IProgress progress) { DevSetupEngineTypes.IOpenConfigurationSetResult? openConfigurationSetResult = default; diff --git a/services/DevHome.Services.DesiredStateConfiguration/Services/DSCOperations.cs b/services/DevHome.Services.DesiredStateConfiguration/Services/DSCOperations.cs index 4318cfb25..fef613f69 100644 --- a/services/DevHome.Services.DesiredStateConfiguration/Services/DSCOperations.cs +++ b/services/DevHome.Services.DesiredStateConfiguration/Services/DSCOperations.cs @@ -87,6 +87,7 @@ public async Task ValidateConfigurationAsync(IDSCFile file) /// /// Result of applying the configuration set /// Activity ID + #pragma warning disable CA1859 private void ReportApplyConfigurationResult(IDSCApplicationResult result, Guid activityId) { foreach (var unitResult in result.UnitResults) diff --git a/src/Strings/en-us/Resources.resw b/src/Strings/en-us/Resources.resw index d2d5a36b8..88799a12e 100644 --- a/src/Strings/en-us/Resources.resw +++ b/src/Strings/en-us/Resources.resw @@ -292,4 +292,7 @@ Check with your IT or System Administrator for support. + + Dev Home will be going away in May 2025 and a subset of its features will be moved to new places. Stay tuned for more information in the following months. + \ No newline at end of file diff --git a/src/Views/ShellPage.xaml b/src/Views/ShellPage.xaml index d52fe5769..4c29c28b6 100644 --- a/src/Views/ShellPage.xaml +++ b/src/Views/ShellPage.xaml @@ -120,6 +120,8 @@ + +