Azure / Azure/azure-api-management-policy-toolkit
Check for APIM compliant C# syntax
Open
- Dominant language
- C#
- Stars
- 94
- Forks
- 36
- Avg merge
- 2d 6m
- Merged PRs (30d)
- 6
Description
### Proposal
I don't know if this is a bug or a feature request, so I go with feature request.
I noticed that more often than not, I'm using C# syntax elements that are too 'new' or otherwise unsupported by APIM. The most prominent example would be the null-conditional operator (?.).
It would be nice if APIM PT could check for the existence of unsupported C# code and fail during creating of the xml.
### Component
Compiler
### Contact Details
t-h@t-h.cc
Contributor guide
Assessment
This issue has not been assessed yet.