jspuij / Cortex.Net

State management like MobX for .NET and Blazor

Home Page:https://jspuij.github.io/Cortex.Net.Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weaving async methods in release builds does not work.

jspuij opened this issue · comments

Async methods generate a state machine. This state machine is a struct in release builds. Structs don't have default constructors, so the current code does not work.