RS
RS
Hello there. For me it's not working either. Neither the chrome plugin (thank you for that btw) nor building it from source. I can connect and there is a green...
Right... I thought installing the plugin was optional because it was one of the three "or" alternatives. Where do I get the plugin from? Can't see any zips around...
+1 I couldn't find any better feature request than this one. Not sure if this issue here is still being tracked after the shift to Github discussion for feature requests(?)...
I cannot reset something where I am not an owner of. So I really need the possibility to add owners to SPN. Please fix the incomplete CLI.
I know this thread is quite a bit old but I couldn't find any real solution to the problem. I'm using v1.4.6 of this library (on an ESP8266) and I...
### Program.cs ```cs using MinimalGraphql.EntityFramework; using Microsoft.EntityFrameworkCore; using MinimalGraphql.Queries; var builder = WebApplication.CreateBuilder(args); string? connectionString = builder.Configuration.GetConnectionString("shapesdb"); builder.Services.AddDbContextFactory(options => options.UseSqlServer(connectionString)); builder.Services.AddGraphQLServer() .BindRuntimeType() // in some linked issue I read this...
### Working code... ```cs builder.Services.AddGraphQLServer() .BindRuntimeType() .AddQueryType() .AddFiltering(x => x.AddDefaults().BindRuntimeType()) // When you add custom scalars, you will have to create custom filter types. Scalars are mapped to a FilterInputType...
Also in the WIKI the "event based approach" is recommended. Just saying... https://github.com/dotnet/MQTTnet/wiki/Client#reconnecting
Looking forward to it! I'm using Bruno for quite some time. Now I have an auth code flow API which requires me to log on to our Entra ID IdP...