DotNET: Difference between revisions
imported>Milahu No edit summary |
imported>Milahu add XML namespace error |
||
Line 1: | Line 1: | ||
dotnet packages can be built with <code>buildDotnetPackage</code> | dotnet packages can be built with <code>buildDotnetPackage</code> | ||
== XML namespace error == | |||
<blockquote> | |||
<nowiki> | |||
The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. | |||
</nowiki> | |||
</blockquote> | |||
TODO | |||
== See also == | == See also == |
Revision as of 14:23, 1 March 2022
dotnet packages can be built with buildDotnetPackage
XML namespace error
The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.
TODO
See also
- dotnet in the nixpkgs manual
- nixpkgs/pkgs/top-level/dotnet-packages.nix → look for "SOURCE PACKAGES"
- buildDotnetPackage references in nixpkgs
- https://en.wikipedia.org/wiki/.NET_Framework
- https://en.wikipedia.org/wiki/List_of_CLI_languages: C#, F#, Visual Basic, ...
- https://en.wikipedia.org/wiki/Mono_(software) is the open source implementation of the DotNET compiler and runtime