File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<Project >
33 <PropertyGroup >
44 <NoWarn >CS1591;CS0649;NU1608;NU1109</NoWarn >
5- <Version >3.7.5 </Version >
5+ <Version >3.7.6 </Version >
66 <AssemblyVersion >1.0.0</AssemblyVersion >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <LangVersion >preview</LangVersion >
Original file line number Diff line number Diff line change 1010 <PackageVersion Include =" NUnit" Version =" 4.4.0" />
1111 <PackageVersion Include =" NUnit3TestAdapter" Version =" 5.2.0" />
1212 <PackageVersion Include =" Polyfill" Version =" 8.9.0" />
13- <PackageVersion Include =" ProjectDefaults" Version =" 1.0.161 " />
14- <PackageVersion Include =" Verify" Version =" 31.0.5 " />
13+ <PackageVersion Include =" ProjectDefaults" Version =" 1.0.162 " />
14+ <PackageVersion Include =" Verify" Version =" 31.2.0 " />
1515 <PackageVersion Include =" Verify.DiffPlex" Version =" 3.1.2" />
16- <PackageVersion Include =" Verify.Nunit" Version =" 31.0.5 " />
16+ <PackageVersion Include =" Verify.Nunit" Version =" 31.2.0 " />
1717 <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 4.1.2" />
1818 </ItemGroup >
1919</Project >
Original file line number Diff line number Diff line change 1- #if DEBUG
2-
31[ TestFixture ]
42public class PasswordSamples
53{
64 [ Test ]
75 public Task PasswordSample ( ) =>
86 VerifyFile ( "password.pdf" )
97 . ImageMagickPdfPassword ( "password" ) ;
10- }
11-
12- #endif
8+ }
You can’t perform that action at this time.
0 commit comments