-
If this project was re-targeted against .NET Core then it would run natively on OSX and Linux and generally be more portable.
This would resolve #54
sparr updated
5 years ago
-
Hi,
I have tried to upgrade this class library to .Net core 2.0 without any major issues. However I was not able to consume this library in Asp.net core mvc application. Appreciate if you can upd…
-
Hi, Any plan of releasing this plugin to support Core 2.0 with .Net Standard?.
-
Hello,
Do you have plans to migrate this project to .NETStandard 2.x or .NET Core 3.x ?
-
_From @patrick-blanc on Thursday, May 16, 2019 1:29:06 PM_
Getting unhandled exception **from System.Private.CoreLib**
> System.ArgumentOutOfRangeException
> HResult=0x80131502
> Message=s…
-
hi
-
The 2.1.7 version of the GMap.NET.Core package has a mislabeled GMap.NET.Core DLL.
Specifically, the .NET6 DLL (gmap.net.core/2.1.7/lib/net6.0/GMap.NET.Core.dll) is labeled as version 2.1.6:
![image…
-
The Smartsheet Client doesn't seem to work with .Net Core 2.1
// Initialize client
SmartsheetClient ss = new SmartsheetBuilder().SetAccessToken(token).Build();
-------------------------------…
-
I have some questions.
I succesfully created a webapi project with netcore 2.1.
If a open a browser, and hit an url, it redirects me to the login page, after successfull login I get redirected to my…
-
Hi there,
I can't find a way to make theses package works in a .NET Core 2.0 web project.
appsettings.json :
```
},
"Common": {
"factoryAdapter": {
"Type": "Common.Logging.Log4…