Micah Rairdon
Micah Rairdon
I believe they are referring to this statement in the [EFCore documentation](https://learn.microsoft.com/en-us/ef/core/querying/tracking#no-tracking-queries): > No-tracking queries are useful when the results are used in a read-only scenario. They're generally quicker to...
Awesome, thanks guys!
Hey @CrineTech I assume you're talking about [Swashbuckle.AspNetCore.Community.OData](https://github.com/Tiberriver256/Swashbuckle.AspNetCore.Community.OData). I haven't made one to specifically support RESTier yet.
I had gotten something to work, but I deleted my fork. Sometimes I get over-ambitious in my 🧹. I'll see if I can't get something out (at least a gist)...
Hey guys, I finally came back around to working something up. Hopefully it helps. The steps are: ## Step 1: Install `Microsoft.OpenApi.OData` This gives us the all-important extension method for...
@cilerler looks like a bug in Microsoft.OpenApi.OData. If you can repro the issue with just an EDM model I'd open an issue there.
This issue has a better explanation that I think will help: https://github.com/Azure/static-web-apps/issues/670 You have to trip the navigationFallback rule to bypass your routes config.
Yep, if 0.10.0 looks good for you and 0.11.0 doesn't. You have Nerd Fonts v2 installed. Uninstall all your v2 fonts and then install v3 fonts to upgrade.
If the icons work on `0.10.0` then you're still on Nerd Font v2. The v3 upgrade was quite problematic for me. I ended up having to uninstall all Nerd Fonts...
For me I had to uninstall all NerdFonts and then reinstall a v3 version.