Skip to content

Commit 08e4ce6

Browse files
committed
Cleanup
1 parent 3b5a47a commit 08e4ce6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/EntityFrameworkCore.Projectables.Generator/ProjectionExpressionGenerator.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
8989
return;
9090
}
9191

92-
/*try
93-
{*/
94-
Execute(member, semanticModel, memberSymbol, attribute, globalOptions, compilation, spc);
95-
/*}
96-
catch(Exception e)
97-
{
98-
throw new Exception(e.StackTrace.Replace("\r\n", "<br/>").Replace("\n", "<br/>"));
99-
}*/
92+
Execute(member, semanticModel, memberSymbol, attribute, globalOptions, compilation, spc);
10093
});
10194

10295
// Build the projection registry: collect all entries and emit a single registry file

0 commit comments

Comments
 (0)