Nick Guerrera
Nick Guerrera
Previously, C# projects would set an explicit intermediate path for the documentation file. This leads to using the same intermediate path for different TFMs that are built in parallel. We...
If my tests run any native code in my project, the native libs cannot be overwritten until I kill the worker process. I'm not sure there's an easier solution, but...
*Moved from https://github.com/dotnet/sdk/issues/3338 on behalf of @lzganec* Having a dependency to Microsoft.CodeCoverage (which comes from Microsoft.NET.Test.Sdk) leaves Microsoft.VisualStudio.TraceDataCollector.resources.dll localized resource satellite assembly in the publish output using .NET Core version...
Satellite assemblies are not produced for registered custom cultures when using .NET Core msbuild
Moving from https://github.com/dotnet/sdk/issues/387 (originally https://github.com/dotnet/cli/issues/4050) on behalf of @ryanbrandenburg. ----- ## Steps to reproduce 1. Register a custom culture using something like sysglobl.dll and: ``` var car1 = new CultureAndRegionInfoBuilder("ru-US",...
Today, with darc update-dependencies I can apply updates locally from a channel. However, there are situations where we might have different dependencies from different channels, so there should be a...
### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement I want the prediction list view to *always* only show 3 lines like it does in...
### Dev Home version 0.1901.687.0 ### Windows build number _No response_ ### Other software NuGet - all versions ### Steps to reproduce the bug 1. Open Dev Home app 1....
Combining this with #710, you could do a whole end-to-end experience in the VS Code UI without dropping to the command line. Extensions -> Install cadl, then type, for example,...