MSBuildSdks icon indicating copy to clipboard operation
MSBuildSdks copied to clipboard

MSBuild project SDKs

Results 82 MSBuildSdks issues
Sort by recently updated
recently updated
newest added

Hi! For the same set of test projects, tests that are run from `.sln` file are executed faster than tests, that are run from traversal project file. **How it looks...

It seems that the NoTargets project is getting confused if it's in an outer or inner build. Try the attached repro: [noBuildCrossTargeting.zip](https://github.com/microsoft/MSBuildSdks/files/12307219/noBuildCrossTargeting.zip) When building this you'll see: > C:\Program Files\dotnet\sdk\8.0.100-preview.7.23369.9\Microsoft.Common.CurrentVersion.targets(1842,5):...

The upgrade to CPM changed the version of MSBuild referenced (from 16.9 to 17.x).

This new feature breaks the build because GetProjectsToSkip runs before Restore and does not ignore missing imports from packages, causing errors like error MSB4019: The imported project "C:\msbuild\CompileModule.proj" was not...

Bug

After a recent change in NoTarget SDK, GetFrameworkPaths has become stubbed. This causes warnings to appear if any .NET PackageReference is used, because ResolvePackageAssets will pick up and emit standard...

Currently the Microsoft.NET.Sdk targets are imported if `'$(CommonTargetsPath)' == ''` while the props are when `'$(MicrosoftCommonPropsHasBeenImported)' != 'true'`. This is even more confusing given that `CommonTargetsPath` is an internal Microsoft.Common.targets...

Add Artifact file renaming feature

In VS, the dependencies tree relies on the design-time build producing resolved items for a projects references in order to display them as resolved in the tree. When a project...

I use a NoTargets project to generate a NuGet package that contains multiple different ProjectReference's build output. So, the generated nupkg has multiple files in lib/tfm. Seems a typical pattern....

I enabled CentralPackageVersion Sdk globally by adding this to Directory.Builds.targets ``` ``` as to not having to specify the CentralPackageVersion for every project in my solution. However that broke my...

Feature Request