Skip to content

Commit

Permalink
Update CodeAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Jan 31, 2024
1 parent 91d2a0e commit 0390708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/CodeAnalysis
Submodule CodeAnalysis updated 30 files
+2 −0 src/Feast.CodeAnalysis.LiteralGenerator/Feast.CodeAnalysis.LiteralGenerator.csproj
+2 −53 src/Feast.CodeAnalysis.Shared/Feast.CodeAnalysis.Shared.projitems
+25 −9 src/Feast.CodeAnalysis.Shared/General.cs
+0 −128 src/Feast.CodeAnalysis.Shared/GeneratorAttributeSyntaxContext.g.cs
+0 −95 src/Feast.CodeAnalysis.Shared/GeneratorAttributeSyntaxContext.g.tt
+20 −23 src/Feast.CodeAnalysis.Shared/Generators/LiteralGenerator.cs
+0 −82 src/Feast.CodeAnalysis.Shared/ISymbolExtensions.g.cs
+0 −74 src/Feast.CodeAnalysis.Shared/ISymbolExtensions.g.tt
+0 −147 src/Feast.CodeAnalysis.Shared/ITypeSymbolExtensions.g.cs
+0 −108 src/Feast.CodeAnalysis.Shared/ITypeSymbolExtensions.g.tt
+0 −547 src/Feast.CodeAnalysis.Shared/ImmutableArrayBuilder.g.cs
+0 −303 src/Feast.CodeAnalysis.Shared/ImmutableArrayBuilder.g.tt
+0 −196 src/Feast.CodeAnalysis.Shared/SyntaxExtensions.g.cs
+0 −139 src/Feast.CodeAnalysis.Shared/SyntaxExtensions.g.tt
+0 −193 src/Feast.CodeAnalysis.Shared/SyntaxValueProviderExtensions.g.cs
+0 −140 src/Feast.CodeAnalysis.Shared/SyntaxValueProviderExtensions.g.tt
+0 −82 src/Feast.CodeAnalysis.Shared/Utils/RuntimeTypeInfo.g.tt
+0 −95 src/Feast.CodeAnalysis.Shared/Utils/SymbolTypeInfo.g.tt
+0 −209 src/Feast.CodeAnalysis.Shared/Utils/TypeInfo.g.tt
+0 −1 src/Feast.CodeAnalysis.SourceGenerators/CompileTime/Assembly.cs
+2 −0 src/Feast.CodeAnalysis.SourceGenerators/Feast.CodeAnalysis.SourceGenerators.csproj
+5 −5 src/Feast.CodeAnalysis.SourceGenerators/Templates/AttributeDataExtensions.cs
+5 −5 src/Feast.CodeAnalysis.SourceGenerators/Templates/ISymbolExtensions.cs
+1 −1 src/Feast.CodeAnalysis.SourceGenerators/Templates/ImmutableArrayBuilder.cs
+1 −0 src/Feast.CodeAnalysis.TestGenerator/Feast.CodeAnalysis.TestGenerator.csproj
+3 −5 src/Feast.CodeAnalysis.TestGenerator/TestIncrementalGenerator.cs
+3 −0 src/Feast.CodeAnalysis.Tests/AnotherClass.cs
+1 −1 src/Feast.CodeAnalysis.Tests/UnitTest1.cs
+3 −1 src/Feast.CodeAnalysis.sln
+13 −4 src/Feast.CodeAnalysis/Feast.CodeAnalysis.csproj

0 comments on commit 0390708

Please sign in to comment.