-
Move from aspnet/AspNetCore#4490
### Step
dotnet sdk 3.0.0-preview-27122-01 is needed.
1. `dotnet new webapi`
2. change the csproj to add an FrameworkReference ``
3. `dotnet run`
It can al…
-
Branch builds have suddenly started failing on the Build Server.
Example [failed build](https://fuselabs.visualstudio.com/SDK_v4/_build/results?buildId=47552).
> tests\Microsoft.Bot.Builder.AI.…
-
## Steps to reproduce
```
$ docker run -it ubuntu:18.04 bash
$ apt-get update
$ apt-get install liblttng-ust0 libcurl3 libssl1.0.0 libkrb5-3 zlib1g libicu60 -y
$ dotnet --version
> 2.2.101
$ do…
-
netcore 2.2, swashbuckle 5.0.0-beta:
I have an object with an enum parameter. When this object is in my webapi project the enum description is rendered properly, however when it is in a separate c…
-
This is a feature request. The current dotnet build result (even self contained build) will output a executable file and much more dll.
Can we built them all in one single executable file?
golang/…
ghost updated
5 years ago
-
_From @pranavkm on March 26, 2018 17:18_
## Steps to reproduce
1. Create an webapi \ mvc \ emptyweb application using preview1 (or preview2) Sdk
2. Build the project
The generated deps file will…
-
Currently, your management library (Microsoft.Azure.Management.DataFactories) does not have a NetCore version. However, we are updating that currently.
The main problem is that another dependency …
-
[**Translated**](https://www.bing.com/translator?ref=TThis&&text=%E5%A4%A7%E9%87%8F%E7%9A%84WinForm%EF%BC%8CWPF%E5%BA%94%E7%94%A8%E6%97%A0%E6%B3%95%E7%9B%B4%E6%8E%A5%E8%BD%AC%E5%9E%8B%E4%B8%BA%E4%BA%9…
-
## Steps to reproduce
Using CLI : Create a .net core ASP.NET Core web/Web API/Web App (Model-View-Controller) project
## Expected behavior
Dotnet restore and build and run succeed without errors…
-
[feature/netcore]
Exception in .NET CORE 2.0 (mvc & odata).
InvalidOperationException: A request container already exists on the request.
Every time the odata route path is accessed. The MVC…