-
I have a csproj which triggers this when running the sonar-fxcop:
```
CA1405: COM visible type base types should be COM visible
'ConfigSettingContractResolver' is marked ComVisible(true) but has …
-
![image](https://user-images.githubusercontent.com/3835948/34452951-f7d94e74-ed49-11e7-99c5-5528bdcba753.png)
#### Repro steps
1. Create a F# console application, non-netcore, targeting netf…
hoetz updated
6 years ago
-
Hi, is it possible to support netstandard 1.4 or less? I saw that you already removed support for ns16.
I have problems referencing the ns 2.0/1.6 in my net461 project.
Supporting a lower netstanda…
-
Thanks to the continued feedback from the community, we have now prioritised in our roadmap to implement these bindings in DotNetStandard 2.0. We haven't yet decided if we will keep `RestSharp` as a d…
-
This is a discussion item for https://github.com/aspnet/Announcements/issues/324.
-
Hi,
Our application works at asp.net core, but running on .net framework (not all libraries available on .net standard yet). Package `ExceptionLess.Aspnetcore` supports only `.netcore20` instead of…
-
In recent versions of Visual Studio 2017 I find myself reading over the options in the "New Project" dialog and seeing "Console application (.NET Core)", then "Console application (.NET Standard)". My…
-
I spiked this out, the biggest issue will be getting the Mono.Reflection dependency. You'd either need to switch to the MS packages or get that package updated.
-
kekyo updated
6 years ago
-
Package up with runtime assemblies in nuget packages at minimum.
Consider supporting OSX, Linux.