You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This is related to #178, as I was trying to work around the problem there by providing a custom name for the snapshot, but I found that even if you do provide a custom name the resolver is still called (where the bug in #178 is), nullifying the workaround. The offending line is here:
Describe the bug
This is related to #178, as I was trying to work around the problem there by providing a custom name for the snapshot, but I found that even if you do provide a custom name the resolver is still called (where the bug in #178 is), nullifying the workaround. The offending line is here:
https://github.com/SwissLife-OSS/snapshooter/blob/master/src/Snapshooter/SnapshotFullNameResolver.cs#L69
To Reproduce
Snapshot.Match
.MSTestSnapshotFullNameReader
was still executedExpected behavior
The custom name to be used and no logic to attempt name generation is executed.
The text was updated successfully, but these errors were encountered: