Simon Cropp
Simon Cropp
can u try version 2.3.0 and what versionf of VS are you using.
can u try nuget again
in that case i dont know. any progress on a minimal repro? and pointing to you entire codebase is not minimal
try removing the `PrivateAssets="all" ExcludeAssets="runtime" ` from the following in your dir props ``` ```
the problem is you have `PrivateAssets="all" ExcludeAssets="runtime" ` for the CodeAnalysis packages. which means they dont get copied to the output directory of the tests
and fwiw, a repro that has 40+ package references is not minimal
IMO net6, netstandard2, net472
my reasoning * net472 was released in 2018-04. and it should be trivial for people to move to that from net47 which was released in 2017-04 * net6 was released...
@mmanela ok. i will gradually make changes and trim TFM as required. and we can discuss in each PR
@CodeGlitcher did u forget to make https://github.com/CodeGlitcher/ReqnrollVerifyBug public? i get a 404 @304NotModified the change that cause it is this one https://github.com/VerifyTests/Verify/pull/1430 which is a change to fix a common...