-
Does anything specific speak against supporting net50 as target framework?
I am currently using special empty H5 csproj files which point on the same libraries i use in desktop environment.
However …
-
Currently I'm receiving the following error in a .net core project:
`error PS0264: Ambiguous match: need to map 'System.Runtime.Serialization.StreamingContext, System.Private.CoreLib, Version=4.0.0.0…
zgabi updated
5 years ago
-
## Summary
Copy logging extensions (formatting part) from `Microsoft.Extensions.Logging.Abstractions` to support the template pattern `LogInfo("message {a}", val);`
Specifically, let's look at
…
-
I would like to be able to add a rule to exclude certain packages.
__Why?__
I ran paket update, and _something_ pulled Netstandard.Library into my net461 project.
There is a valid resolution wh…
0x53A updated
6 years ago
-
@Evangelink Those complaints about oblivious APIs must be suppressed at the moment (typically via editorconfig), as roslyn-analyzers is using netstandard libraries which are all oblivious.
For instan…
-
VS2019 16.2.4 NUnit 3.12.0 NUnit3TestAdapter 3.15.1 TestSDK 16.2.0
Start a new solution with a .NET Core (or Net Framework, I don't think it or version matters) project (with nunit+adapter+sdk refe…
-
See conversation in https://github.com/fsharp/FAKE/issues/2272
Basically, we should ship a `netstandard` based design-time assembly.
-
**Question**
As our business libraries depend on the DAL libraries, can someone explain why the DAL libraries don't also need to be compiled twice: once for full .NET and once for netstandard? How ca…
-
Click to see full fsdocs output...
```
> dotnet fsdocs build
getting projects from solution file D:\Prog\Samples\FsDocsSample\FsDocsSample.sln
cracking projects...
skipping project 'FsDoc…
-
Hi,
I'm not sure I'm asking in the right place.
I have a question regarding targeting. I created new console app using `dotnet new console`.
Now, the project file looks like this:
```xml
…