dnv-kimbell
dnv-kimbell
### Describe the feature. We are implementing `DefineCriticalErrorAction()` to shut down the application. In your documentation there is a mention of `IHostApplicationLifetime.Stop`, but the challenge is that `ICriticalErrorContext` doesn't give...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. In...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When running `IOpenApiDocumentTransformer`, it would be logical to have the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have some polymorphic types ```cs [JsonPolymorphic(TypeDiscriminatorPropertyName = "$dis")] [JsonDerivedType(typeof(Cat),...
I recently updated to the latest version and everything built and looked fine. By accident I discovered an indicator when calling .Self() on a CspDirectiveBuilder. After doing some digging, I...