.net-core-rc2 Questions

6

Solved

The Getting started with xUnit.net (.NET Core / ASP.NET Core) page describes how to run tests with dotnet test command line. It states that it requires a specific project.json, where we add xunit...
Silkaline asked 19/5, 2016 at 12:33

3

Solved

I am using ASP.NET Core RC2 and when I run dotnet run my application always runs in "Production". I am not able to change it to "Development". I have the following launchSettings.json file: { "i...
Whitfield asked 24/5, 2016 at 12:19

2

Solved

I am attempting to run the default ASP.NET Core Web Application (Web Application Template in VS 2015) via IIS. I have followed the instructions from the docs here eg setting up a 'No Managed Code'...
Mordy asked 21/5, 2016 at 11:13

2

I'm porting a project to .NET Core and have some logic with the method. Do you know .NET Core supports Abort() method in Thread class?
Tallyman asked 31/8, 2016 at 7:12

1

I have an app which works on Linux and Windows. I need to know where the app is working for use difference code. Thanks

1

my project uses App.config to read config property. Example: ConfigurationManager.AppSettings["MaxThreads"] Do you know of a library which I can use to read config from json. Thanks.

1

Solved

I use Visual Studio 2015 update 2 Community Edition. With Visual Studio DotNetCore RC1 tools I had my custom Item Template under DNX section. I can't provide proving screenshot because I already m...
Matronage asked 26/5, 2016 at 9:59

3

Solved

Given a solution containing two websites: 1) ASP.NET based on .NET 4.61 2) .NET Core RC2 After launching iisexpress for (2), MSVS updates the applicationhost.config to contain a few extra lines...
Corroborant asked 28/5, 2016 at 3:56

1

Solved

What would be (the closest) .NET Core 1.0 equivalent for System.Threading.Thread.CurrentThread.ManagedThreadId ? update As @svick clarified System.Threading.Thread.CurrentThread.ManagedThrea...
Camelopardalis asked 28/6, 2016 at 15:57

2

Solved

I've been trying to get a .NETCore RC2 web app working on Azure with the RequireHttpsAttribute set but I'm having issues. To remove the possibility of this being a problem that I've introduced wit...

1

Solved

I'm porting a .NET 4.6 version to .NET Core RC2 and wondering how to do following in .NET Core RC2. public async Task<ClaimsIdentity> GenerateUserIdentityAsync(UserManager<ApplicationUser...
Ywis asked 30/5, 2016 at 17:2

1

I wanted to update the Aspnet5 rc1 to DotNetcode RC2. I am unable to uninstall rc1. If I install rc3, I get following error: Here is the log: [0584:098C][2016-06-09T23:30:46]e000: Error 0x8007064...
Markus asked 10/6, 2016 at 3:35

1

Solved

I created a new .NET Core Class Library and added a Nuget package from an internal company Nuget server. I began getting the following error: Package XXXX is not compatible with netstandard1.5 ...
Tippets asked 8/6, 2016 at 18:44

1

Solved

I am upgrading a .NET solution from .NET Core rc1 to rc2 following the instructions here: http://ef.readthedocs.io/en/latest/miscellaneous/rc1-rc2-upgrade.html In the article it states 'The workar...
Truckage asked 5/6, 2016 at 11:19

1

Solved

I'm starting the process of reworking a framework set of libraries to use .NET Core. Thought I'd wait for RC2 and keen to get stuck in. I'm taking the opportunity to get up close and personal with...
Arneson asked 2/6, 2016 at 7:58

2

Solved

I have a solution in Visual Studio with 12 projects. I would like to create a nuget package from Visual Studio, but it appears the "Produce outputs on build" that was there from RC1 is missing. I...
Maiolica asked 26/5, 2016 at 15:15

1

Solved

I am looking for a way to hold big 3d sparse array structure into memory without waste a lot of memory. Here I've done an experiment with arrays of longs: using System; using System.Diagnostics; u...
Sinapism asked 2/6, 2016 at 8:48

2

Solved

I am trying to create a very simple form to post back some values from a collection of models When i click submit, and look at the collection returned it does not contain any objects. I also se t...
Assurbanipal asked 27/5, 2016 at 18:31

1

Solved

I have a .NET core class library from which I want to reference Entity Framework 6.1.3. Here is my project.json: { "version": "1.0.0-*", "dependencies": { "NETStandard.Library": "1.5.0-rc2-240...

1

Solved

Trying to port an application from .net 4.5 to .net core for a client. I'm noticing that CreateType is no longer part of TypeBuilder. I've searched through multiple of the new reflection libs with ...
Gratiana asked 27/5, 2016 at 16:35

1

Solved

I need information about hosting of net core console or asp.net application as linux deamon. Hosting application as Windows Service is already supported by Microsoft.Hosting.WindowsService, but I n...
Omar asked 25/5, 2016 at 8:46

1

I don't have Visual Studio on the build server. After migrating from DNX (RC1) to .NET Core CLI (RC2) my build on TeamCity broke. After making sure I had copied the MSBuild targets from my PC to th...
Reparative asked 23/5, 2016 at 16:4

1

Solved

I spent ~4 hours investigation and still can't find out how to run published application ( dotnet publish ) Now I can download sources to my remote machine, then call dotnet build and dotnet run -...
Hoenir asked 22/5, 2016 at 16:37

1

Solved

I'm trying to upgrade my ASP.NET 5 RC1 projects to ASP.NET Core RC2 projects. I'm having some issues because I'm using libraries that do not yet support .NET Core so I have to run on the full frame...
Maciemaciel asked 20/5, 2016 at 11:18

1

While migrating from ASP.NET Core RC1 to RC2 my TagHelpers do not resolve the injected IUrlHelpers. [HtmlTargetElement("usermenulink", Attributes = "controller-name, action-name, menu-text, menu-...
Lyra asked 19/5, 2016 at 9:17

© 2022 - 2024 — McMap. All rights reserved.