[SOLVED] Methods unsupported in BETA 13

Please post public support tickets here. Note: for private support tickets, please send an email to support@cshtml5.com instead.
Ajcek
Posts: 7
Joined: Thu Mar 09, 2017 7:03 am

[SOLVED] Methods unsupported in BETA 13

Postby Ajcek » Thu Feb 01, 2018 11:22 am

Hi

I wonder if support for the following methods is planned:
DateTime.op_Addition
Assembly.GetTypes
List`1.GetRange
Delegate.DynamicInvoke
Lazy`1.get_Value
Lazy`1..ctor

Is there currently any replacement for Assembly.GetTypes()?

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Methods unsupported in BETA 13.3

Postby JS-Support @Userware » Fri Feb 02, 2018 8:25 am

Hi Ajcek and welcome to the forums.

We have quickly implemented for you the following methods:

- DateTime.op_Addition
- Assembly.GetTypes
- List`1.GetRange

You can download the Beta 13.4 that contains the new features from the following URL:
http://forums.cshtml5.com/viewtopic.php?f=6&t=8309

As for "Lazy`1.get_Value" and "Lazy`1..ctor", we have just implemented the class "Lazy2<T>" that provides the same functionality. Please replace your instances of Lazy<T> with Lazy2<T>.

As for "Delegate.DynamicInvoke", do you think that you could replace the call with "Delegate.Invoke"?

Thanks a lot.
Regards,
JS-Support

Ajcek
Posts: 7
Joined: Thu Mar 09, 2017 7:03 am

Re: Methods unsupported in BETA 13

Postby Ajcek » Sat Feb 03, 2018 3:29 am

Thanks. It works now. My project compiles

[admin edit: moved other issue (Generic Parameter) to a separate topic]


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 46 guests

 

 

cron