-
I can't get it to work in my Asp.Net.Core 2.2 application :-(
-
Would it be possible to allow installation of the this as a global tool? It currently only allows local tool installation, and it would useful if you could install it once using the new global tool sy…
-
Due to new features, and expected timelines ensure that .NET Core 2.1, or later, is used for the project
-
Hello,
I have found a solution, how to generate .NET CORE 2.0 compatible client code (csharp). The RestSharp nuget should be pointed to version 6.2.1 and there should be only one line of code chang…
MCerk updated
6 years ago
-
any plans/work underway to support dotnet core?
-
Updates to packages to get rid of errors/warnings on npm install
"babel-loader": "^7.1.5",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^3.3.1",
"url-loader": "^1.1.2",
"sass-loader": "^7.…
-
Just upgraded my ASP.NET Core MVC project from 2.1 to 2.2
LightInject throws StackOverflowException when calling app.UseMvc() or app.UseMvcWithDefaultRoute()
I was able to get rid of the issue by …
-
> NUnitLite 3.9.0 (.NET Standard 1.6)
> Copyright (c) 2017 Charlie Poole, Rob Prouse
> Runtime Environment
> OS Version: Microsoft Windows 6.3.9600
> CLR Version: .NET Core 4.0.0.0
Been…
jnm2 updated
9 months ago
-
Hello,
I'm trying to use the WebSessionContext in a ASP.NET Core 2 application, but I get the following error when CurrentSessionContext is accesed:
> Could not load file or assembly 'System.Web…
-
Hello Mauricio, I am implementing a small application with asp.net.cor 2.0, to test the new technology "Blazor", which is very cool and efficient and I am not succeeding.
Are there any additional set…