roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn-SDK templates and Syntax Visualizer
Integration tests are regularly taking longer than the timeout. Want to split them out
In https://github.com/dotnet/roslyn-sdk/pull/1004 we pinned the version of `Newtonsoft.Json` to be `13.0.1` because older versions have security problems. However, this meant that the nuget packages now also required consumers to only...
This pull request updates the following dependencies [marker]: (Begin:5705074d-db92-4db0-1eb9-08d8d8fef0ea) ## From https://github.com/dotnet/arcade - **Subscription**: 5705074d-db92-4db0-1eb9-08d8d8fef0ea - **Build**: 20221003.1 - **Date Produced**: October 3, 2022 10:00:12 AM UTC - **Commit**: d2d39276af2db3da7816ee2dc543e120d7e5781e...
I was trying to replicate the [CsvGenerator](https://devblogs.microsoft.com/dotnet/new-c-source-generator-samples/) example in my project/ My project which consumes the generator targets .NET 6 (SDK version 6.0.401) on Rider in MacOS Here is the...
Roslyn has a set of diagnostic comparison helpers that give a significantly better experience verifying error messages, as it compares a large number of things simultaneously (number of errors, right...
The testing SDK multi-threads running of analyzers, which is incredibly frustrating when attempting to set breakpoints and step through code, as the debugger jumps around when threads are unpaused and...
Repro Steps: - Visual Studio 2022 17.3.3 - 'dotnet --version' = 6.0.400 1. use VS template "Analyzer with Code Fix (.Net Standard) [C#]" 2. Modify *.Testing csproj ```xml net6.0 ```...
From a discussion with @CyrusNajmabadi on Discord, it's ideal if the boilerplate code that's added with the project template became part of the library itself. See messages from https://discord.com/channels/143867839282020352/598678594750775301/1017825588968435862