Simon Cropp
Simon Cropp
whats the actual failure? the test pass for me locally and on CI
@esskar given you can recreate the problem on your machine, a pull request that fixes it would be appreciated. or even a new test that fail in CI would help
> We have tests that use the same name but have different extensions but in VerifyTests it's not possible because the search for verified files does not include an extension...
try this instead ``` public async Task TheTest() { await Verify( new[] { new Target("txt", "data one", "sameName"), new Target("json", "data two", "sameName") }); } ```
> Changing from .approved. to .verified. will cause a lot of conflicts and changes that we are trying to avoid. re the conflicts, i dont understand how there would be...
note that if i reference Microsoft.Extensions.DependencyModel directly i still the error ``` net472 enable enable ``` ``` Error NU1605 : Warning As Error: Detected package downgrade: Microsoft.Extensions.DependencyModel from 10.0.0 to...
@manfred-brands should this be added to the list of breaking changes in the release notes?
@OsirisTerje tried that nuget. it caused a runtime error instead of a build error ``` ----> System.IO.FileLoadException : Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The requested...
how do i "Run under AOT" ?
better yet. can you submit a pull request with a new test project that illustrates the issue