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
The sample app (Sandbox) worked when targeting .NET 7.0 (DateTime.Now returning a timestamp in the year 2004). I have not conducted extensive testing, though.
The same app failed to run when targeting .NET 8.0 due to the Bake... array method.
Originally posted by @stanimirsellercloud in #5 (comment)
The text was updated successfully, but these errors were encountered:
@stanimirsellercloud I've located the method. It has been moved to RuntimeILGenerator. I have added a preprocessor directive specifically for .NET 8 or greater which locates the method from here instead.
Please note that we still suffer from the same issue as described in #6.
The sample app (Sandbox) worked when targeting .NET 7.0 (
DateTime.Now
returning a timestamp in the year 2004). I have not conducted extensive testing, though.The same app failed to run when targeting .NET 8.0 due to the
Bake...
array method.Originally posted by @stanimirsellercloud in #5 (comment)
The text was updated successfully, but these errors were encountered: