-
SDK version: 3.0.100-preview4-010963
repro:
- clone https://github.com/RssBandit/RssBandit
- cd source/RssBandit
- dotnet restore
```
Persisting no-op dg to C:\dev\RssBandit\source\Child…
-
## Issue Description ##
Cannot debug webapi projects. For some reason I can debug Startup.cs, but then it crashes, I can't get to a point where I can debug a Controller endpoint. `dotnet run` works …
-
#
Section 4.3.3 (URLs for Related Entities with Referential Constraints) of [OData Version 4.0. Part 2: URL Conventions Plus Errata 03](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part2-…
-
-
I ran into issue with generated client for .NET Framework.
I used to stick with what my VisualStudio was using under the hoods - one of older autorest versions.
It generated *Extensions.cs file with…
-
I've got the following QueryParams object:
`public class GetLocationsQueryParams
{
public GetLocationsQueryParams()
{
LocationDeviceData = new List();
}…
-
I made a little project (ASP.net vNext DLL Template) with a test project. The test project uses xunit and xunit.runners.dnx. Running the test will fail on Contact.Requires(a != null) with a hint to `C…
-
Open solution in this zip file: `\\vwdbuild01\Temp\antonpis\repro\RestoreLoopRepro.zip`. It would start restore, restore fails and would start again - never stopping restore loop.
I saw that on VS …
-
*Please use https://github.com/dotnet/aspnetcore/issues/19806 for discussions on this topic*
As part of the [ongoing repository consolidation effort](https://github.com/dotnet/announcements/issues/…
-
## Steps to Reproduce
1. Break on an event handler in a razor.cs partial class (are we calling them code-behinds? blech.)
2. Hit F5 to continue processing.
Here's the method I'm breaking in…