File tree Expand file tree Collapse file tree
src/Figgle.Fonts.Generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <PackageVersion Include =" IsExternalInit" Version =" 1.0.3" />
10- <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 4.14.0 " />
11- <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.14.0 " />
10+ <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3 " />
11+ <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.1 " />
1212 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
1313 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2" />
1414 <PackageVersion Include =" Roslyn.Diagnostics.Analyzers" Version =" 4.14.0" />
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
5050 var csvFileContent = file . GetText ( cancellationToken ) ? . ToString ( ) ;
5151 if ( csvFileContent is null )
5252 {
53- return [ ] ;
53+ return ImmutableArray < FontAlias > . Empty ;
5454 }
5555
5656 var aliases = ImmutableArray . CreateBuilder < FontAlias > ( ) ;
You can’t perform that action at this time.
0 commit comments