Leon Segal
Leon Segal
PS: I solved this by implementing a custom ODataResourceSerializer that overrides AppendDynamicProperties (you must register your own ODataSerializerProvider to get this to run for your MyODataEntity): ```c# public class CustomDynamicPropsDataSerializer...
In case this helps anyone - instead of checking the Azure SignalR hubs (I am already checking the local ones in my app) I went with the standard [health api](https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-quickstart-rest-api#service-health)...
Same here - that's because this syntax is only supported in MongoDB > 5.0. The recommendation is to use https://github.com/asimmon/ephemeral-mongo for those MongoDB versions.
This error STILL happens on latest (4.0.4785) - what's the fix for accepting byte[] as input? For reference, here is the Trigger: ``` @HttpTrigger(name = "request", dataType = "binary", methods...
Compiling in DevOps works fine, as well as in VS22. But running dotnet restore throws the following error: ``` error NU1202: Package FracturedJson 2.2.0 is not compatible with net60 (.NETFramework,Version=v6.0)....
Just for those looking for an official VS2022 supported plugin that does the same: https://devblogs.microsoft.com/visualstudio/differentiating-visual-studio-instances/
- I am attempting register an Azure AD Application - to provide the MPN Partner ID for the "Publisher verification" in order for the Consent screen to show a "Verified...
Just to add my feedback here - IMO it's not just daylight saving time - but a wrong stored value/calculation: 1. my server is running in TZ Europe/Vienna (GMT+1). 2....
I have tried setting the container to Europe/Vienna, and the locale to DE-AT. It still does not work... Any further ideas? Thanks
I usually use Bootstrap - but since the WopiHost.Web is just a sample I do not see any point in extending this (in fact, I might just have a simple...