-
We had a fully operational pipeline the last few months, but for some reason last week it stopped working. All we know is that cmd.exe stopped with an errorcode 4294967295.
2016-12-27T10:27:51.801…
-
## Steps to reproduce the issue
1. Create a multi project solution with web api project, and class library project
2. Add project reference to class library project from web api project
2. Add dock…
-
I've got asp.net core webapi app which currently uses `Microsoft.AspNetCore.Identity` and `services.AddDbContext` in `ConfigureServices` methods in `Startup` class and everything works so far.
I tr…
-
### Steps to reproduce
Create an ASP.NET Core project, add entity framework and define the following runtime in the `project.json` file:
"runtimes": {
"win10-x64": {}
},
### T…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '[Custom .net Configuration](https://github.com/DataDog/dd-tra…
-
Core Tools Version: 4.0.4670 Commit hash: N/A (64-bit)
Function Runtime Version: 4.7.2.18626
Creating a dot net isolated function as I upgraded from Core Tools to 4 and now I am getting thi…
-
Create a web service reference with a shared assembly. If the DTO has a DataContract that specifies a namespace the type isn't reused.
This [bug ](https://github.com/dotnet/wcf/issues/3253) was su…
-
I trying to initialize the first migration with `dotnet ef migrations add EmailMigration` but I have the following error:
```
The convention invocations have reached the recursion limit. This is l…
-
**Before you file a bug, have you:**
* Tried upgrading to newest version of PuppeteerSharp, to see if your issue has already been resolved and released?
Yes, I am using the latest version.
* Ch…
-
Hey folks ,
i have a problem with the "insert and update" maybe in my WebApi to MySql Database.
if i debug all works fine with german "äääöööüü etc.." on controller and models from angular 2 ser…