Michael Staib

Results 571 comments of Michael Staib

Just double checked with Benjie and the authentication is meant as I explained... this is also how we will implement it ... there will be no 500 once the execution...

first... dotnet fusion subgraph pack --working-directory ./Subgraphs/Accounts dotnet fusion subgraph pack --working-directory ./Subgraphs/Products dotnet fusion subgraph pack --working-directory ./Subgraphs/Shipping dotnet fusion subgraph pack --working-directory ./Subgraphs/Reviews this is no longer needed

in 13.6 you can compose without subgraph package

I have validated the issue and put it on the backlog for 14.

This works fine with 14. I am closing this as fixed with 14.

I think this is just about convenience here :) We can add an extension method for `Optional` called `HasNonNullValue` or something like that which basically checks for `HasValue is true`...

I think you are wrong. HasValue and HasNonNullValue is about semantics not about nullability of the type ... depending on your business logic you can decide which one you want...

Rereading this ... its not superior ... as it supports not all use-cases of Optional. This would break the use-cases of many use-cases I know of.

However I can see how this can be useful as an alternative to `Optional`. I have put it on the backlog so core team can discuss this and decide if...