Skip to content

Commit

Permalink
Merge pull request #110 from hadashiA/ku/fix-cs8619
Browse files Browse the repository at this point in the history
Refactor generators and fix cs8619
  • Loading branch information
hadashiA authored Jun 14, 2024
2 parents 887eb8e + 7e22c75 commit 3c96c5c
Show file tree
Hide file tree
Showing 5 changed files with 604 additions and 590 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>VYaml.SourceGenerator</RootNamespace>
<DefineConstants>ROSLYN3</DefineConstants>

<AnalyzerLanguage>cs</AnalyzerLanguage>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down
2 changes: 1 addition & 1 deletion VYaml.SourceGenerator.Roslyn3/VYamlSourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -634,4 +634,4 @@ static bool TryGetConstructor(
constructedMembers = parameterMembers;
return !error;
}
}
}
Loading

0 comments on commit 3c96c5c

Please sign in to comment.