Cynthia MacLeod

Results 11 issues of Cynthia MacLeod

When trying to upgrade the agent by running the new setup file - the only options presented are Repair and Uninstall - Upgrade is not listed as an option. ---...

triaged
cxp
doc-enhancement
Azure-Monitor/svc
Pri2
agents/subsvc

It would be useful when signing e.g. a zip file created by publishing a website, to only sign unsigned files. This way existing signatures on DLLs such as those distributed...

question

When running in a container, it might be the case that there is a mounted path which is faster than the overlay filesystem for handling throwaway files. When copying/overwriting an...

feature-request
Priority:2

This moved the existing mechanism for doing Binding Redirects into the common folder, and adds the `RazorAppConfigFiles` item type to the main SDK in case you are using MVC Views...

Ensures that web.*.config files automatically included in None for each configuration, actually exist on disk to prevent missing files showing in the solution tree and issues with TVFS. This should...

The default version of `Microsoft.CodeDom.Providers.DotNetCompilerPlatform` now depends on your target framework version, and will automatically move to 3.11.0 or 4.1.0 if possible, and fallback to the previous value of 3.6.0...

Add code to replace version number placeholders with current version during build. Previously, it was difficult to ensure that the templates and readme files had the correct version number included...

The package `Microsoft.CodeDom.Providers.DotNetCompilerPlatform` now has versions [3.11.0](https://github.com/aspnet/RoslynCodeDomProvider/releases/tag/v3.11) and [4.1.0](https://github.com/aspnet/RoslynCodeDomProvider/releases/tag/v4.1) released. The SDK should use the new version where possible. If the `TargetFramework` is `net472` or higher we can use `4.1.0`....

The Launch Profiles UI is included from `Microsoft.Web.Designtime.targets` which isn't included by this SDK. The UI pages are now also included in the VS install and override the SDK. Not...

enhancement

The `MSBuild.SDK.SystemWeb.RazorLibrary` SDK type only obeys `OverwriteAppConfigWithBindingRedirects` and does not have the enhanced functionality of `MSBuild.SDK.SystemWeb` and `GeneratedBindingRedirectsAction` which was added in #36 to address #34. We should copy the...

enhancement