Fredrik Arvidsson

Results 8 comments of Fredrik Arvidsson

Nice stuff! There is documentation for certificate validity for the self-signed issuer mentioning that the issuer does not set the certificate subject by itself that could be solved by using...

I don't believe it's the same issue. I'm no expert in StructureMap, but it seems they have taken the approach to completely replace the builtin container (and seems to have...

I think framework dependencies and application dependencies should be separated. If you haven't already, you should definitely read the articles from SimpleInjector explaining why they have separated framework/third party dependencies...

Here's an example of what I mean: I previously filtered out those evaluation results. I can of course write my own json convert that does that, but it was neat...

I simply filtered out any evaluation result that `IsValid` leaving me with only invalid results (using the hierarchy format) to be able to focus on the problems. I haven't experienced...

I'm excluding evaluation results by looking at the `IsValid` property. I assume any result is not valid either if it explicitly has produced errors or if any of it's child...

`anyOf` works fine with the mentioned approach, but you are right about `not`. `oneOf` might also produce a similar result (the instance matches multiple sub-schemas). Maybe each keyword could identify...