We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b225b9 commit ad9eeceCopy full SHA for ad9eece
.github/ISSUE_TEMPLATE/code-generation-issue.md
@@ -0,0 +1,24 @@
1
+---
2
+name: Code Generation Issue
3
+about: Report an issue with compiled webservice handlers.
4
+title: ''
5
+labels: bug, code-generation
6
+assignees: ''
7
+
8
9
10
+When using a method with the signature below, the server displays an error page when navigating to the endpoint.
11
12
+**Example**
13
14
+```csharp
15
+// paste the signature of the failing method here (the implementation is not required)
16
+var app = Inline.Create()
17
+ .Get(() => 42);
18
+```
19
20
+**Additional Information**
21
22
+- [Anything that might be relevant to reproduce this issue]
23
+- [e.g. the server of the version]
24
+- [or what changed so the issue has now occurred]
0 commit comments