File tree Expand file tree Collapse file tree
features/Riverside.CompilerPlatform.Features.Kiota
Riverside.CompilerPlatform.Extensions/Helpers
Riverside.CompilerPlatform.SourceGenerators Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
2+
23 <Import Project =" $(MSBuildThisFileDirectory)\eng\PackageMetadata.props" Condition =" !$(MSBuildProjectName.Contains('Tests'))" />
34 <Import Project =" $(MSBuildThisFileDirectory)\eng\CurrentVersion.props" />
5+
46 <PropertyGroup >
57 <RootDirectory >$(MSBuildThisFileDirectory)</RootDirectory >
68 <SourceDirectory >$(RootDirectory)src</SourceDirectory >
3032 <ItemGroup >
3133 <Compile Condition =" '$(Language)' == 'C#' and '$(IsLangMT)' == 'true'" Include =" $(ExtensionsDirectory)\GlobalUsings.cs" />
3234 </ItemGroup >
35+
3336</Project >
Original file line number Diff line number Diff line change 1- using Riverside . CompilerPlatform . SourceGenerators ;
2- using Riverside . CompilerPlatform . Extensions ;
1+ using Riverside . CompilerPlatform . Extensions ;
32using Riverside . CompilerPlatform . Helpers ;
3+ using Riverside . CompilerPlatform . SourceGenerators ;
44using System ;
55using System . Collections . Immutable ;
66using System . IO ;
Original file line number Diff line number Diff line change 1- using Riverside . Extensions . Accountability ;
2- using System ;
1+ using System ;
32using System . IO ;
43using System . Linq ;
54using System . Text ;
Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
250250 if ( ! SuppressDiagnostics )
251251 {
252252 // Report exceptions that occur during generation
253- CreateDiagnostic (
254- $ "RS9999",
255- "Source Generation Error" ,
256- $ "An error occurred during source generation: { ex . Message } ",
257- DiagnosticSeverity . Error ) . Report ( Context ) ;
253+ CreateDiagnostic (
254+ $ "RS9999",
255+ "Source Generation Error" ,
256+ $ "An error occurred during source generation: { ex . Message } ",
257+ DiagnosticSeverity . Error ) . Report ( Context ) ;
258258 }
259259 }
260260 } ) ;
You can’t perform that action at this time.
0 commit comments