File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ var result = await Verify(
805805 });
806806Assert .Contains (" Value To Check" , result .Text );
807807```
808- <sup ><a href =' /src/Verify.Tests/Tests.cs#L429-L438 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyResult ' title =' Start of snippet ' >anchor</a ></sup >
808+ <sup ><a href =' /src/Verify.Tests/Tests.cs#L423-L432 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyResult ' title =' Start of snippet ' >anchor</a ></sup >
809809<!-- endSnippet -->
810810
811811If using ` Verifier.Throws ` , the resulting ` Exception ` will also be accessible
Original file line number Diff line number Diff line change @@ -3716,10 +3716,10 @@ public Task ScrubDictionaryKeyByName()
37163716 class IgnoreExplicitTarget
37173717 {
37183718 public string Include ;
3719- public string Property { get ; set ; }
3719+ public string Property { get ; init ; }
37203720
37213721 [ JsonProperty ( PropertyName = "_Custom" ) ]
3722- public string PropertyWithPropertyName { get ; set ; }
3722+ public string PropertyWithPropertyName { get ; init ; }
37233723
37243724 public string PropertyByName { get ; set ; }
37253725 public string GetOnlyProperty => "asd" ;
Original file line number Diff line number Diff line change @@ -334,12 +334,6 @@ await Verify("value")
334334
335335#endif
336336
337- class Element
338- {
339- // ReSharper disable once UnusedMember.Local
340- public string ? Id { get ; set ; }
341- }
342-
343337#if NET6_0_OR_GREATER
344338 [ Fact ]
345339 public async Task StringWithUtf8Bom ( )
You can’t perform that action at this time.
0 commit comments