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

**Cargo Install** Adds support for "cargo install",which allows crates to be installed directly with the sdk Example usage: `msbuild /t:CargoInstall=nextest /p:CargoInstallCommandArgs=--locked cargo-nextest` **Adds support for user specified commands**. Example usage:...

We should have an SDK that uses the [Microsoft.Windows.SDK.BuildTools.MSIX](https://www.nuget.org/packages/Microsoft.Windows.SDK.BuildTools.MSIX) NuGet package to create MSIX packages. The SDK should include [Project Properties](https://github.com/dotnet/project-system/tree/main/docs/repo/property-pages) for things like start up project, external location, and...

Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [System.Threading.Tasks.Dataflow](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 Commits See full diff in compare view Updates `System.Threading.Tasks.Dataflow` from 4.9.0 to 9.0.3...

maintenance

Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet), [Shouldly](https://github.com/shouldly/shouldly) and [System.CodeDom](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 Commits See full diff in compare view Updates `Shouldly` from 4.2.1 to...

maintenance

Bumps [AssemblyShader](https://github.com/jeffkl/AssemblyShader) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `AssemblyShader` from 1.0.3-preview to 1.1.3 Release notes Sourced from AssemblyShader's releases. 1.1.3 What's Changed First public release New...

maintenance

Fixes #602. Defaulting to `net45` feels odd, as it means folks are taking _new_ dependencies on .NET Framework without realizing it. It can also lead to oddities like #602 where...

Bumps [MSBuild.ProjectCreation](https://github.com/jeffkl/MSBuildProjectCreator), [System.Collections.Immutable](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime) and [System.CodeDom](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `MSBuild.ProjectCreation` from 13.0.0 to 14.0.0 Release notes Sourced from MSBuild.ProjectCreation's releases. 14.0.0 What's Changed Add UsingTaskRoslynCodeTaskFactory...

maintenance

Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 8.0.1 to 8.0.2. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET 8.0.2 Release Commits 1381d5e Merge in 'release/8.0' changes c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety...

maintenance

[regression] [worked-in:17.12] 35>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(4858,5): error MSB4060: The “Copy” task has been declared or used incorrectly, or failed during construction. Check the spelling of the task name and the...

VS's fast up-to-date check (FUTDC) performs a quick file timestamp check on a projects inputs and outputs to determine whether it needs to call MSBuild. When it can avoid doing...