Matthias Baer
Matthias Baer
This PR adds a very basic version of a prompt that displays a table with a highlighted row representing the selection. This is a copy of #617.
### Description In some of my projects I get the following error when building: ``` CSC : warning AD0001: Analyzer 'FluentAssertions.Analyzers.CollectionShouldHaveCountAnalyzer' threw an exception of type 'System.InvalidOperationException' with message 'This...
I tried to fix the following issues: - ~~Using `ubuntu-20.04` instead of `ubuntu-latest` (which defaults to Ubuntu 22.04 [since November last year](https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/)) in the CI script. This temporarily fixes the...
### SpecFlow Version 3.7.13 - 3.9.74 ### Which test runner are you using? NUnit ### Test Runner Version Number 3.7.13 - 3.9.74 ### .NET Implementation .NET 6.0 ### Project Format...
The main change in this PR is to use `Operations` instead of `SyntaxNodes` to perform the code analysis. Additionally, the following smaller changes have been introduced: - Add a test...
This is the implementation of the changes discussed in #311: - Extracting the `cargo fmt` and `cargo clippy` steps into their own jobs. - @grtcdr: What do you think? Is...
## Changes This change reads the deprecation message from NuGet packages and therefore allows the deprecated packages to be displayed in the dashboard. ## Context If a NuGet package is...