Skip to content

Commit

Permalink
🚧 Add TODOs for source gens (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona authored Mar 23, 2024
1 parent ebb185a commit 134a210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace VerticalSliceArchitectureTemplate.Host;

// TODO: Source generate this
public static class EndpointDiscovery
{
private static readonly Type EndpointType = typeof(IEndpoint);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace VerticalSliceArchitectureTemplate.Host;

// TODO: Source generate this
public static class FeatureDiscovery
{
private static readonly Type ModuleType = typeof(IFeature);
Expand Down

0 comments on commit 134a210

Please sign in to comment.