diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 19:17:54 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 19:17:54 +0100 |
| commit | 30c367065df7c48ae855bc2370848ea852e449bd (patch) | |
| tree | ef31d63f4d1acd6c94b924ea88df6f849210e01b | |
| parent | eeab817e0fb31d702a6cda9b15d1f383cf0fb9a8 (diff) | |
| download | dotnet-endpoints-master.tar.xz dotnet-endpoints-master.zip | |
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | state.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,5 @@ # IOL.Endpoints A package that enables you to write single file endpoints with your asp net core. +> Currently the generator does not run on build when used as package, possibly not using project reference either. +> have not found any approachable way to debug. diff --git a/state.txt b/state.txt deleted file mode 100644 index 6967386..0000000 --- a/state.txt +++ /dev/null @@ -1,2 +0,0 @@ -Currently the generator does not run on build when used as package, possibly not using project reference either. -have not found any approachable way to debug. |
