Skip to content

Commit ad9eece

Browse files
Add code generation issue type
1 parent 6b225b9 commit ad9eece

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)