Top ".net-core" questions

.NET Core is an open-source successor of the .NET Framework.

Ubuntu - Installing .net core

I want to try out the new .net core. I am following instructs at https://www.microsoft.com/net/core, …

.net ubuntu .net-core .net-core-rc2
How do I get .NET Core projects to copy NuGet references to the build output?

I'm trying to write a plugin system with .NET Core, and one of my requirements are to be able to …

c# msbuild .net-core nuget csproj
Detected package downgrade warning (dotnet core, vs 2017)

I have just updated all my nuget packages for my solution (dotnet core 1.1 project). I am now getting the following …

.net nuget .net-core visual-studio-2017 csproj
How to load assemblies located in a folder in .NET Core console app

I'm making a console app on the .NET Core platform and was wondering, how does one load assemblies (.dll files) …

c# .net .net-core .net-core-rc2
CORS in .NET Core

I am trying to enable CORS in .NET Core in this way: public IConfigurationRoot Configuration { get; } public void ConfigureServices(IServiceCollection …

c# web cors .net-core
Setting the version number for .NET Core projects - CSPROJ - not JSON projects

This question is very similar to Setting the version number for .NET Core projects, but not the same. Using the …

asp.net-core continuous-integration .net-core versioning
ASP.NET Core appsettings.json update in code

I am currently working on project using asp.net core v1.1, and in my appsettings.json I have: "AppSettings": { "AzureConnectionKey": "***", "…

c# json asp.net-core .net-core appsettings
Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0

After update to the new package Microsoft.EntityFrameworkCore.SqlServer 1.1.2 I got error when try to create DBContext: System.IO.FileLoadException …

c# .net entity-framework .net-core entity-framework-core
Access from class library to appsetting.json in Asp.net-core

I am trying to access appsetting.json file from a class library. So far the solution that I found is …

c# asp.net-core .net-core asp.net-core-mvc
Convert Word doc and docx format to PDF in .NET Core without Microsoft.Office.Interop

I need to display Word .doc and .docx files in a browser. There's no real client-side way to do this …

c# pdf ms-word .net-core