Ikelio
Results
2
issues of
Ikelio
Fixes #13384 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
Client: C-Sharp
Issue: Bug
### Description From my understanding, `ViewData["Message"] = "Hello " + name;` should be `ViewData["Message"] = HtmlEncoder.Default.Encode("Hello " + name);` since we are using user specified parameter in an HTML context,...
Source - Docs.ms
seQUESTered
aspnet-core/svc
tutorials/subsvc