-
There are a lot of breaking changes between Microsoft.AspNetCore.Authentication.* 1.0 and 2.0 packages, APIs, etc.. Write up a migration guide.
Old APIs are marked as Obsolete, Error, with this li…
-
https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1002-fsharp-in-dotnet-sdk.md
The basic template for a console app looks like:
````
Exe
netcoreapp2.0
…
-
I've exposed Prometheus endpoint using AppMetrics Prometheus reporting, hosted on Windows.
But Prometheus server (which is on Linux) prompts that my text endpoints contains this '\r' symbols.
Er…
astef updated
7 years ago
-
Unable to load in .NET Core since App.Domains do not exist.
Try removing all occurrences for this and rework the loading of the ReflectInsight.Config from the main library (which isn't even fully s…
-
### Description
I got `Incompatible dependency: Microsoft.CSharp >= 4.4.0-preview2-25405-01 conflicts with resolved version 4.3.0` while trying to use `Microsoft.AspNetCore.All 2.0.0-preview2-final…
-
When opening an F# netcore2 project I see the following in msbuild output:
```
[11:35:59 INFO ] MSBuild (.NET) found at /Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild
[11:35…
-
Any plan to move to ASP.NET Core 2.0 in the near future?
I see there is a .net core 2.0 branch but it seems to be out-dated.
-
I am using the latest version of .netcore2.0 preview. The requests are working fine from postman. However when I try to automate the tests using the in-memory TestServer, I get the following exception…
-
-
## Steps to reproduce
> dotnet new console -lang F#
> dotnet build
## Expected behavior
Create a netcore2 project with F#
## Actual behavior
```
Microsoft (R) Build Engine version 15.3.11…