-
**Godot version:** 3.2.3-rc4 Mono
**OS/device including version:** Windows 10
**Issue description:**
A fresh mono projects fails to build with `Error CS0012: The type ‘Object’ i…
Keppl updated
6 months ago
-
The library Metrics.Net is only available for netfx and only can be deployed on windows servers. But the Foundatio currently supports netstandard 2.0, the Metrics.Net should be replaced with AppMetric…
-
Hi . I'm Using .netstandard 1.4 in Xamarin.Forms.
For example I'm using **Microsoft.AspNetCore.Identity.EntityFrameworkCore** in A layer.
because A layer referenced from B layer and B Layer referenc…
-
# How to reproduce
I have a project that targets both net451 and netstandard1.3 with:
```
net451;netstandard1.3
```
# Expected
The code should be compilable.
# What happened instead…
-
Not compatible with netstandard2.0 (.NETStandard,Version=v2.0).
-
Currently we don't test the netstandard implementation but only netcoreapp and netfx. For https://github.com/dotnet/corefx/issues/25083 we should add it.
I tried it myself but as some failure poppe…
-
Hello, we have a project which use `.fsx` files and load the package using `#r`.
Under windows we need to do: `#r "netstandard` but when working with mono we need to do `#r "Facades/netstandard"`.
…
-
### Description
In a particular certain set of circumstances, the XamlCTask will error in a stack overflow in which the mono cecil library ping pongs between mscorlib and netstandard looking for Syst…
-
Problem encountered on https://dotnet.microsoft.com/learn/xamarin/hello-world-tutorial/create
Operating System: windows
Provide details about the problem you're experiencing. Include your operatin…
-
Hi!
The ITraceWriter interface is defined in an inconsistent manner across the different build targets.
The TraceLevel enumeration is
**System.Diagnostics.** TraceLevel for netframework and nets…