Jackson Schuster

Results 19 comments of Jackson Schuster

Looks like this occasionally fails without anything showing up in the console log: https://dev.azure.com/dnceng-public/public/_build/results?buildId=594151&view=ms.vss-test-web.build-test-results-tab&runId=14361764&resultId=100165&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab https://dev.azure.com/dnceng-public/public/_build/results?buildId=595613&view=ms.vss-test-web.build-test-results-tab&runId=14412512&resultId=100165&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab The console logs are cut off, but the testResults.xml has the matching failure message.

Personally, I think it makes the most sense to have a single identifier to associate guards, switches, and requirements to a feature. To me, using the feature name everywhere rather...

I'm unable to reproduce this. Does this occur in VS only, or command line builds too? What version for the .NET SDK and VS are you using?

I'm trying to figure out how to install 17.13.0 Preview 1.0, but on 17.13.0 Preview 2.0, the IL2075 warning location is `MessagePack-CSharp\src\MessagePack\Resolvers\DynamicObjectResolver.cs:401`, which is where it should be and is...

I see the IL2075 in `DynamicObjectResolver.cs` in the VS error list, but only (usually) on a rebuild or (consistently) after a `git clean -xdf`.

Warnings don't show up for me until I open source files. When I open `DynamicObjectResolver.cs` and `MessagePack.Annotations\Attributes.cs`, with no build I still can't get the AD0001. Which files do you...

I wasn't able to find the root cause. I haven't checked recent builds, but the repro in the original message worked once I set VS to run analysis on unopened...

Note to self: GetPinnedReference has priority over CallerAllocatedBuffer for by value parameters (but not by ref), and CallerAllocatedBuffer has priority over general ToUnmanaged in ManagedToUnmanagedIn by ref stubs. General ToUnmanaged...