MSBuild.SDK.SystemWeb icon indicating copy to clipboard operation
MSBuild.SDK.SystemWeb copied to clipboard

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.

Results 17 MSBuild.SDK.SystemWeb issues
Sort by recently updated
recently updated
newest added

I'm using ```/warnaserror``` msbuild switch to enable warnings as errors. Currently, the messages about the bindings are warnings and the switch turns them into red error. ```xml ``` Proposals: 1....

hacktoberfest

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...

Upon upgrading to the newest version (4.0.88), I found that Web.Debug.config/Web.Release.config were showing up as items with a ContentType of None in my project despite them not existing on disk:...

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