Jan Trejbal

Results 60 comments of Jan Trejbal

OpenApi knows bool type as [Boolean](https://swagger.io/docs/specification/data-models/data-types/#boolean), so the Validation should be probably fixed. Not the other way around

For generating a nullable contract you need to set `"generateNullableReferenceTypes": true,` if I am not wrong

Since you do not have necessary information in source document you can't do much in NSwag. You can set [Nullability](https://swagger.io/docs/specification/data-models/data-types/#null) or you can specify [Required](https://swagger.io/docs/specification/data-models/data-types/#required) properties. One generates nullable types...

We used a similar path with TimeProvider in OpenIddict: https://github.com/openiddict/openiddict-core/pull/2071/files#diff-63fa24a3f983e94df2b11646deac927651bd5a5836f02d3d1de6dbd30f61e5baR1092 One of the constraints was also not to use the Bcl package. So there is `#SUPPORTS_TIME_PROVIDER` used instead

This way, the PR becomes simple and minimalistic. I am willing to prepare PR using this approach.

A workaround can look like this: ```cs private const string TimeProviderName = "TimeProviderName"; /// /// Validates the lifetime of a . /// internal static bool ValidateLifetime(DateTime? notBefore, DateTime? expires, SecurityToken...

Hi, thanks for this report. By all errors like `is not OK` it seems like your system is not on in a healthy state. Reported code snippet `ExtensionUtils.extensions[uuid].stateObj` is not...

You are right, this extension was created when all connections had own toggle. With actual version of Gnome is not helping, sorry.

It should be relatively easy. You need to enable lock file generation in the https://github.com/dependabot/dependabot-core/tree/main/nuget/helpers/lib/NuGetUpdater which can actually cause issues with group updates. Or since there is DotNet executable you...