cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.84k stars 722 forks source link

GH4255: Introduce Verify for CodeGen Expectations #4256

Closed devlead closed 7 months ago

devlead commented 7 months ago
SimonCropp commented 7 months ago

u should tweak encoding and line endings in gitattributes and editor config

SimonCropp commented 7 months ago

if builds fail on CI it is nice to expose the recieved files for download https://github.com/VerifyTests/Verify/blob/main/docs/build-server.md

SimonCropp commented 7 months ago

Verify.DiffPlex help with the signal to noise. especially in CI https://github.com/VerifyTests/Verify.DiffPlex

devlead commented 7 months ago

if builds fail on CI it is nice to expose the recieved files for download https://github.com/VerifyTests/Verify/blob/main/docs/build-server.md

Sensible addition can add that in dotnet test Task OnError https://cakebuild.net/docs/writing-builds/tasks/error-handling

I'll add an issue to track that post 4.0 release.

devlead commented 7 months ago

u should tweak encoding and line endings in gitattributes and editor config

added.

devlead commented 7 months ago

Verify.DiffPlex help with the signal to noise. especially in CI https://github.com/VerifyTests/Verify.DiffPlex

I'll add an issue to track that post 4.0 release.