File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
1+ #pragma warning disable IDE0079
2+ // STJ source generation actually supports record types with constructor parameters.
3+ // See discussions at https://github.com/dotnet/runtime/issues/58770.
4+ // Analyzer fix: https://github.com/dotnet/runtime/pull/68064.
5+ // Warning suppression is needed for .NET 6.
6+ #pragma warning disable SYSLIB1037
7+ #pragma warning restore IDE0079
8+
9+ using System . Collections . Generic ;
210
311namespace YoutubeDl . Wpf . Models ;
412
Original file line number Diff line number Diff line change 4949 <PackageReference Include =" Serilog" Version =" 2.11.0" />
5050 <PackageReference Include =" Serilog.Sinks.File" Version =" 5.0.0" />
5151 <PackageReference Include =" Splat.Serilog" Version =" 14.2.8" />
52+ <PackageReference Include =" System.Text.Json" Version =" 6.0.3" />
5253 </ItemGroup >
5354
5455 <ItemGroup >
You can’t perform that action at this time.
0 commit comments