Manfred Brands
Manfred Brands
We have the same issue where SharpCompress is the only project pulling in `System.Runtime.CompilerServices.Unsafe` version 5.0.0. Other code pulls in 4.5.3 (file version 4.0.4.1) through System.Memory. It doesn't look SharpCompress...
Not sure if you agree with the version number, but the adapter seems to be one ahead of the engine/framework.
The build seem to not be able to find the myget package when referenced in .csproj file. Trying to add to nuget.config
@CharliePoole The engine does find the test for netcore/net6, but not for net framework. In the debugger is shows: ``` System.ComponentModel.Win32Exception : The system cannot find the file specified--Win32Exception The...
Note that StyleCop will flag this with [SA1133](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1133.md): Do not combine attributes. It includes a code fix to separate them.
@geoff-m I looked, but can't find anything pointing to your error. If you do get the errors when building from a command line prompt using: `dotnet build`. Like in: ```...
@jnm2 I have used this approach for my company analyzer and it works for switching between 3.x and 4.0 version. How would you update the target to switch between 2.x,...
@mikkelbu I will be working on this. Can you assign it to me (or give me assign limited rights in this repository)?
@Antash How are you going with this, need any help? You can raise a draft PR for us if you would like us to look at your work.
Could have helped with https://github.com/nunit/nunit/issues/4107