MSBuildSdks
MSBuildSdks copied to clipboard
MSBuild project SDKs
Related to #131, allow `dotnet list ./dirs.proj package --vulnerable` to list all vulnerable nuget dependencies for the entire traversal project, not just the `dirs.proj`.
1. Extract the attached archive. 2. Navigate to "TraversalWithPack\build" folder. 3. Run the followin command, build succeeds: `msbuild /flp:v=diag /t:pack build-all.proj` 4. Run the followin command, build fails: `msbuild /m...
Traditional `sqlproj` is less and less supported by tools, some issues: [https://developercommunity.visualstudio.com/t/Cant-drag-file-into-solution-explorer/1603986](https://developercommunity.visualstudio.com/t/Cant-drag-file-into-solution-explorer/1603986) [https://youtrack.jetbrains.com/issue/RSRP-487192](https://youtrack.jetbrains.com/issue/RSRP-487192) But `sqlclr` is still alive, right? so we need a also alive database project, I think that...
@jeffkl is it possible to show a warning when a project has a packages.config and a packages.props is found at root of the project. it has a few times that...
**SDK: Microsoft.Build.CentralPackageVersions** **Version: 2.0.36** The current behavior of Microsoft.Build.CentralPackageVersions forces the consumer to completely opt-in and have all packages version centrally managed. It is desirable to have a subset of...
Have the ability to report (warning or error to break build) when VersionOverride has the same version as central version in `Packages.props`, suggesting that the VersionOverride can be removed to...
See the first example of https://github.com/dotnet/msbuild/issues/7760#issuecomment-1188463881, [TraversalPlusP2PToVcxproj.zip](https://github.com/dotnet/msbuild/files/9136435/TraversalPlusP2PToVcxproj.zip). > This includes a traversal project that simply references all project recursively, and an AnyCPU csproj that references a vcxproj with explicit SetPlatform...
To repro: ``` dotnet new mstest dotnet add package Microsoft.Build.RunVSTest --prerelease ``` Then add this test: ```cs [TestClass] public class UnitTest1 { [DataTestMethod] [DataRow("Something error:")] public void TestMethod1(string errorMessage) {...
I would expect at least the failing test cases to be listed and ideally the full error messages. Instead, "RUNVSTESTTASK : error Message:" is emitted to the console, which doesn't...
Bumps [System.Threading.Tasks.Dataflow](https://github.com/dotnet/runtime) from 4.11.1 to 8.0.0. Release notes Sourced from System.Threading.Tasks.Dataflow's releases. .NET 8.0.0 Release What's Changed [release/8.0-rc1] [release/8.0] Events for IL methods without IL headers by @github-actions in dotnet/runtime#92317...