Skip to content

Commit 134a210

Browse files
authored
🚧 Add TODOs for source gens (#64)
1 parent ebb185a commit 134a210

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/VerticalSliceArchitectureTemplate/Host/EndpointDiscovery.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace VerticalSliceArchitectureTemplate.Host;
44

5+
// TODO: Source generate this
56
public static class EndpointDiscovery
67
{
78
private static readonly Type EndpointType = typeof(IEndpoint);

src/VerticalSliceArchitectureTemplate/Host/FeatureDiscovery.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace VerticalSliceArchitectureTemplate.Host;
44

5+
// TODO: Source generate this
56
public static class FeatureDiscovery
67
{
78
private static readonly Type ModuleType = typeof(IFeature);

0 commit comments

Comments
 (0)