-
https://github.com/pauldotknopf/vroomjs-core
I have started porting VroomJs to .NET Core. It works with CLR currently. .NET Core requires some more `#if def` work. It should be done soon though.
I t…
-
When loading the package via Nuget for an ASP.NET core RC2 project as per the quickstart;
Install-Package React.AspNet
The result is an incompatibility notice in the project.json file;
```
Package…
-
Hello
Did you ever have a error like this one:
> The dependency JavaScriptEngineSwitcher.Core 1.5.0 does not support framework .NETCoreApp,Version=v1.0.
> The dependency JavaScriptEngineSwitcher.Msie…
-
Is there any chance of running & using React.NET on Dnx Core in the **near future**? An update on timeframe of release will help. Thanks.
-
Hi,
I'm trying to run this project on Mac OSX with the latest Core1 RC2, but the project cannot run. I even managed to install RC1, which runs fine until the database cli command which fails with the…
-
Hi Daniel,
We've been running some performance tests on a site we are hoping to go live with next month and noticed each request is gobbling roughly 4MB of unmanaged memory each time that I'm trying …
-
I've created a brand-new ASP.NET Core RC2 project in Visual Studio 2015. When I try to add the React.NET middleware, I'm given an error that indicates mscorlib is required.
![image](https://cloud.gi…
-
Please note that this is not a consistently reproducible issue AFAICT.
Occasionally, and this seems to be about on average once an hour or so during active development, when going through this proces…
-
I followed the guide to use ReactJS on Linux, http://reactjs.net/guides/mono.html
I checked out V8 tag/3.17.16.2 and built it.
Building libvroomjs failed, attached is the console output from the com…
-
Hi!,
I'm using ReactJS.NET 2.1 in my latest project, everything locally works great, but I have a problem after publishing to an Azure WebSite.
I have a few React components, and I'm using React-boot…