-
Please add support for .net core 2.0
-
Hi there,
Glimpse is an excellent way to improve productivity in your development environment and I am very excited about using it .Net Core 2.0. I have just finished migrating my .Net Core 1.1 cod…
-
-
Hello,
There is several issues in compiling Controller code for .NET Core 2.1 / ASP.NET Core 2.1.1 - I cannot compile the code. Is it my mistake?
- Microsoft.AspNetCore.Mvc.RoutePrefix attribute…
-
Porting to .NET Standard would be ideal but the `ServiceBase` is not available in .NET Standard 2.0. However, it does look like [ServiceBase will be landing in .NET Core 2.1](https://github.com/dotnet…
-
不知道为何 ,求解
build error:
项目 net core v2.2.0 SDK 2.2.101
配置 .travis.yml
dotnet 2.2.101 构建出错,好像是没有找到dotnet包
![image](https://user-images.githubusercontent.com/16939388/50381559-11e42880-06c5-11e9…
-
Hello,
I'm trying to use ConfuserEx 2 on my .NET Core 2.2 app, but it fails with
`Exception: dnlib.DotNet.TypeResolveException: Could not resolve type: System.Runtime.CompilerServices.IAsyncStateMa…
-
I have got a loop referencing exception with .Net Core 2.2 but not Framework .NET 4.72, when serializing mocked objects with moq. Shouldn't the behavior be the same ? Here is the code to reproduce the…
-
Hi,
I just spent a couple of days getting to know FormFactory. I'm almost there for my class project, but I seem to run into a bug that I can't seem to fix. As a test I copied the code for NestedFo…
-
Starting on netcoreapp2.1 there were some changes made in System.IO that made the `*` character to be a legal character in paths.
PathValidator relied on the `*` character not being valid to do it'…