Simon Cropp

Results 608 comments of Simon Cropp

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

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