Michel Zehnder
Michel Zehnder
I also get failed tests on the PR pipeline
They do have a mix of icons in use: https://www.nuget.org/profiles/azure-sdk?page=2 It seems like projects that start with Azure.* are favoring the Azure icon, and projects that start with Microsoft.* are...
> I don't see any of the Identity libraries having an icon (e.g. Graph SDK) :(. We may not be able to use an icon here. Or maybe someone needs...
> To be honest, I would not work on these. Xamarin is on its way out. Can't wait to GC Maui, wait for 1 year and remove Xamarin support (probably...
> I would not upgrade Intune project. Intune SDK has some dependencies. Also, we need to support the minimum Android version of 10.0. Not below that. Readme says: `Mono Android...
Please make this happen. Would be a real nice addition to GitHub Pages. Thanks for all the effort!
hmm... I was surprised to find this as an issue. I do not like consenting to unverified apps :(
Closes #295
We have tried to work around this problem by using a parameter filter: ``` public class SwaggerNullableParameterFilter : IParameterFilter { public void Apply(OpenApiParameter parameter, ParameterFilterContext context) { if (!parameter.Schema.Nullable &&...
What exactly is the issue here? It's a netstandard2.0 library, isn't it? It works just fine with .NET 5 / 6 / 7 ??