DotNET: Difference between revisions
nuget-to-nix is much more straightforward to use than fetch-deps script |
No edit summary |
||
| Line 44: | Line 44: | ||
Keep in mind that building non-.NET Core projects (ie. projects that don't build using the <code>dotnet</code> CLI tool) is not well supported. For those projects, you have to work on a custom derivation or override the <code>buildDotnetModule</code> build steps. | Keep in mind that building non-.NET Core projects (ie. projects that don't build using the <code>dotnet</code> CLI tool) is not well supported. For those projects, you have to work on a custom derivation or override the <code>buildDotnetModule</code> build steps. | ||
== Building ASP.NET packages == | |||
Currently building ASP.NET packages produces website that does not work correctly out of the box because the executable can not find ContentRoot and wwwroot, so all the static assets won't load. | |||
== .NET location: Not found == | == .NET location: Not found == | ||