farangkao

Results 7 comments of farangkao

Maybe same problem (and workaround) as with my open Issue: https://github.com/approvals/ApprovalTests.Net/issues/449

Note: i've downloaded the Source Code, copied only the project ApprovalTests.MSTest, removed project references, added Nuget Package, and tested it again, it works. So there must be some Project Specific...

Thanks to the running example from ApprovalTests.MSTest, i could figure out why my project wasn't running by trial and error manipulations. However i can't understand why it is like that...

I've uploaded here: https://github.com/farangkao/ApprovalTests-Problem Non Working Example on Branch "master" Working Version on branch "workaround"

Additional Info: I managed to add ApprovalTests without the modifications above to an existing larger Project and it worked right on. I tried to find any differences (like MSTest/Framework Version...

I've run into the same problem, a record defined like this (even all properties are optional) ,cannot be used with LiteDB 5.0.11 ```csharp public record class User( int PersonalNumber =...

Note: if you have TreatWarningsAsErrors, with the newest Visual Studio Update, any Build will be blocked, even if you will accept the vulnerability (for most CLI Apps this can maybe...