Lukas Gelke

Results 5 issues of Lukas Gelke

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 ```...

I'm currently writing a CodeFixProvider which will provide possible fixes to existing Diagnostics based on pre-existing company guidelines/codebase. But I cannot test it, as the original Diagnostic (e.g. CA1062) is...

Variables like `TF_BUILD` (Team Foundation/Azure Devops), and `CI` (GitHub, GitLab...) and possibly others, are environment variables usually set to `true` to indicate that the build is running in CI/CD. ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/71026023/47b521dc-ab2d-4b9b-ad2d-43eacb96a9c9)...

our code-analyzer-tests use `Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest`. We now had to upgrade `System.Collections.Immutable` to `8.0.0` for all Assemblies. Whenever we now want to use these assemblies to run within tests (because we have...

bug
Area-MS.CA.Testing

## Summary As some assertions may be written in different ways, some of them provide a better experience: better/richer message, clearer intent, better readability/maintainability. ## Background and Motivation - default...

sprint
Type: Feature
Area: Analyzers