Safia Abdalla
Safia Abdalla
> How does this new api allow us to enumerate all the existing schemas in the document? Some things can be done in a schema/operation transformer, but some things are...
> Unfortunately that code sample isn't working for me - document.Components is always null in the document transformer. To clarify, the code sample only works for .NET 10 because we...
I'll keep any eye out for something from the Snap team around this.
We can move to the stable channel if that will unblock labelling it with classic confinement.
> https://github.com/dotnet/aspnetcore/issues/54599 Analyse what needs to be done to migrate to a new/updated package that does support .net9. As a quick point of clarification, Swashbuckle isn't being deprecated. We're just...
@gfoidl Thanks for providing guidance here! @WhatzGames Can you update the benchmarks in the PR description to reflect the latest numbers you are seeing with `FrozenDictionary`?
@baywet @MaggieKimani1 @darrelmiller Any thoughts on the API shape proposed here? I know the library makes extensive use of interfaces for things like this but it strikes me that using...
> I wonder if interface default implementations could help us get the best of both here? Good idea! An interface with a default property implementation can help fill the gap...
@darrelmiller We're unfortunately cornered with all the good names given that `Properties`, `Annotations,` and `Extensions` all have special meanings in this space. `PropertyBag` is good. Some other ideas: - ContextData...
I think we can also update the global.json file to point to the .NET 9 RC 2 SDK since it was released today?