Jonathon Marolf
Jonathon Marolf
depends on https://github.com/dotnet/roslyn/pull/628 this PR does three things: 1. only run `Correctness_Determinism`, `Correctness_Build`, and `Correctness_Rebuild` on check-in rather than PRs 2. rename `Correctness_Build` to `Correctness_Bootstrap_Build` 3. Create 2 new jobs...
## Build Information Build: https://dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_build/results?buildId=1689247 Build error leg: VS_Integration_Debug_64 / Build and Test ## Error Message *Exception Message* ``` Assert.Equal() Failure ↓ (pos 0) Expected: HelloWorld.cs [generated] Actual: Program.cs ⬤...
in the old project system you could define a `PostBuildEvent` like so ```XML if exist "$(DevEnvDir)..\..\VC\Auxiliary\Build\vsvars32.bat" ( call "$(DevEnvDir)..\..\VC\Auxiliary\Build\vsvars32.bat" editbin /largeaddressaware "$(TargetPath)" ) ``` And all the environment variables would...
### Discussed in https://github.com/dotnet/roslyn/discussions/58345 Originally posted by **Herrmel** December 15, 2021 Currently the AnalyzerTestFramework (Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest & Co) is a little bit outdated on Nuget. I've seen ReferenceAssemblies.Net.Net60 is already existing...
# Roslyn Documentation Topics - [ ] **Things You Can Build** - [ ] Hosted by Roslyn - [ ] Analyzers - [ ] Basics - [ ] Registration -...
Depends on https://github.com/dotnet/roslyn/pull/60614. That PR will need to be merged first and then consumed by this Repo. Both Roslyn and Project-System will need to be inserted into VS in the...
This change uses xUnit directly to discover tests instead of using the TestPlatform apis | Build | Current | With Change | |-------|---------|-------------| | Build_Windows_Debug | | | | Build_Windows_Release...