chore: Move MAUI sample solution file under samples#3030
chore: Move MAUI sample solution file under samples#3030timcassell merged 2 commits intodotnet:masterfrom
Conversation
|
|
|
What is its purpose? Can we disable it? |
As far as I've confirmed. It seems there is no options to disable |
|
Following warning is suppressed by setting
|
|
verify uses the solution to do this scrubbing https://github.com/VerifyTests/Verify/blob/main/docs/scrubbers.md#directory-scrubbers the assumption is that most people consuming verify would actually like to know when one of the scrubbers cant work, hence the warning |
timcassell
left a comment
There was a problem hiding this comment.
Thanks (disregard my previous comment)
This PR move
BenchmarkDotNet.Maui.slnxfile under samples directory, and modify related paths.Background
After
Verify.Xunitpackage version updated to31.12.5.Solution-Discovery feature is automatically enabled.
And following warning message are recorded on CI.
And It seems tests randomly failed to build auto-generated project with following errors.
I don't know
Verify.Xunitpackage update causing thisMissingMethodExceptionthought.To isolate the problem, move
BenchmarkDotNet.Maui.slnxfile to separate directory.