Questions tagged [dnx50]

54 questions
0
votes
1 answer

Error installing Swashbuckle Nuget package on asp.net 5

I am trying to install SwashBuckle to an ASP.NET 5 Web API application. The problem comes during installation where I get the following error: This is due to the fact that the package is only partly compatible with DNX Core 5, specifically…
Declan McNulty
  • 3,194
  • 6
  • 35
  • 54
0
votes
1 answer

asp.net 5 using DNX

I am running into an issue trying to include the following in the project.json: "Microsoft.AspNet.Security.Cookies": "1.0.0-beta3", It gives me the following error: The dependency Microsoft.AspNet.Securitu.Cookies 1.0.0-beta3 in project TestApp…
user710502
  • 11,181
  • 29
  • 106
  • 161
0
votes
3 answers

Using PetaPoco in Asp.NET Core MVC 6

so i started trying out the new ASP.NET 5 Platform and have the following dependencies in my Project.json "dependencies": { "System.Collections": "4.0.10-beta-23019", "System.Linq": "4.0.0-beta-23019", "System.Threading":…
Paul Plato
  • 1,471
  • 6
  • 28
  • 36
0
votes
0 answers

What happened to IConvertible in PCL Profile111?

All I did was disable support for Silverlight 5 in my PCL project. Visual Studio 2015.1 then informed me that it decided to support ASP.NET Core 5.0 as well (which I don't want or need) added crap like project.json to the project and the code using…
Den
  • 1,827
  • 3
  • 25
  • 46
0
votes
1 answer

InvalidOperationException while running asp.net in a linux machine under docker

I have just set up my linux machine with the new .NET support. Using this tutorial: http://docs.asp.net/en/latest/getting-started/installing-on-linux.html Having this dockerfile: FROM microsoft/aspnet:1.0.0-beta5 # Copy the project into folder…
Marco Klein
  • 683
  • 5
  • 19
0
votes
0 answers

is marklogic xcc available for .net dnx core 5.0?

We are trying to build .net Asp.net 5 application that will target dnxcore50. it will be running on linux platform. Is marklogic xcc for net compatible with dnx core 5.0?
Nishank
  • 159
  • 1
  • 11
0
votes
1 answer

0 references showing for classes called by convention

VS2015 shows how many references there are to a class. However if the class is started by WebApplication.Run the references are not shown. The highlighted code does get executed when the application is run. Is there any way to get the reference…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
0
votes
1 answer

How do you use extensions defined in a nuget package?

I also seem to not be able to figure out what using statement to use at the top of my file. The nuget package is here: https://www.nuget.org/packages/csharp-extensions The method I'm trying to use from it is Object#Send so, I call…
NullVoxPopuli
  • 61,906
  • 73
  • 206
  • 352
-1
votes
1 answer

HTML to PDF in ASP.NET 5 MVC 6

Any idea of how to run http://selectpdf.com/pdf-library-for-net/ or other similar library in ASP.NET 5 MVC 6 (DNX 4.5.1)
Yudiel Curbelo
  • 116
  • 1
  • 9
1 2 3
4