-
## Details about Problem
I recently updated all of our services to target .NET Core 2.1 and everything worked great on my one machine and on someone else's machine. However, most other people were …
-
Minimal repro: https://github.com/piaste/nswagscratch
Given the following method:
```
/// gets foo
/// not actually used
///
[HttpGet("{id}")]
…
-
Environment:
1. VS 15.0.0-RC.2+26027.0.d15prerel
2. Docker for Windows
3. Share drive that contains %userprofile%, which is usually c: drive, in the settings of Docker for Windows.
Repro Steps:
…
-
Given this extended HelloWorld-Program:
```
public class Person
{
public string Name { get; set; }
}
class Program
{
static void Main(string[] args)
…
-
_From @maroallegro on August 3, 2017 12:49_
WebApi created in .NetCore 2.0 by default references AspNetCore 2.0:
```c#
```
When we will not use IIS, but make startup project whic…
Eilon updated
7 years ago
-
Just found the ASP.NET Core 2 Preview 1 has been announced officially:
https://blogs.msdn.microsoft.com/webdev/2017/05/10/aspnet-2-preview-1/
But OData WebAPI vNext branch still not update to run …
-
Post method don't deserialize derived object.
### Assemblies affected
maintenance-aspnetcore branch
### Reproduce steps
If I have the following classes:
`abstract class A {};`
`class B…
-
I'm following Radu Matei's implementation of WebSocket middleware for an ASP.NET Core website running behind docker.
Here are my project dependencies:
`"dependencies": {
"Microsoft.NETCore.Ap…
-
I tried your example dotnetapp-prod, and that worked ok. But I tried one of my vs 2017 solutions and that failed.
Any suggestions?
Microsoft Visual Studio Enterprise 2017
Version 15.3.5
Vis…
-
Hello all,
Seeing as ASP.NET 5/ASP.NET Core/vNext/whatever-you-want-to-call-it is most certainly the future, will there be any concerted effort to continue the port? I see it was last touched 8 month…