Steve Sanderson
080399da3d
Update MonoPlatform startup code to match newer Mono
2018-11-07 12:01:50 +00:00
Steve Sanderson
b2f73492f5
Fix method wiping ( #1448 )
...
* Fix wiping assemblies that contain references to others in same directory
* Fix generated IL for reporting calls to wiped methods
* Add E2E test for method wiping
2018-09-20 10:20:37 +01:00
Steve Sanderson
cafb56569d
Initial debugger support
2018-07-06 11:56:21 +01:00
Steve Sanderson
b275055835
JavaScript interop v3 ( #1033 )
...
* JavaScript interop via new IJSRuntime abstraction
* CR feedback
2018-06-25 15:14:42 +01:00
Steve Sanderson
e3b995b933
Recompile Mono, updating MonoPlatform.ts to work with the newer version
2018-02-28 17:37:42 +00:00
Steve Sanderson
2ebfddc237
Switch client apps to netstandard2.0 to fix type load errors
...
Do a "git clean -xdf" on your local copy if you get runtime errors after
updating to this.
2018-02-15 10:20:31 +00:00
Steve Sanderson
09eccb52c5
Remove old marshalled-interop API and update MonoSanity sample to use newer API
2017-12-15 19:16:15 +00:00
Steve Sanderson
9117263114
Load .NET assemblies from the ReferencedAssemblyFileProvider only
2017-12-11 19:18:19 +00:00
Steve Sanderson
32dae87b00
Make MonoSanity sample actually run some .NET code via Mono
2017-12-06 14:29:29 +00:00