You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly this template is not working out of the box anymore.
After merging the pull requests I was finally able to compile the solution.
After running the webapp I get this error when calling the Azure Function: Could not load type 'System.Random' from assembly 'System.Runtime, Version=4.2.2.0
I can't find how to fix this.
I've used the template before with .NET3.1 and that worked fine.
Very sad that the template is no longer working after updating to .NET6.
I wonder how this template is tested ;)
The text was updated successfully, but these errors were encountered:
Sadly this template is not working out of the box anymore.
After merging the pull requests I was finally able to compile the solution.
After running the webapp I get this error when calling the Azure Function:
Could not load type 'System.Random' from assembly 'System.Runtime, Version=4.2.2.0
I can't find how to fix this.
I've used the template before with .NET3.1 and that worked fine.
Very sad that the template is no longer working after updating to .NET6.
I wonder how this template is tested ;)
The text was updated successfully, but these errors were encountered: