summary refs log tree commit diff
path: root/doc/languages-frameworks/dotnet.section.md
Commit message (Collapse)AuthorAge
* buildDotnetModule: wrap executables in preFixupIvarWithoutBones2022-01-12
| | | | Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
* buildDotnetModule: restore and build testProjectFileIvarWithoutBones2021-12-20
|
* buildDotnetModule: add passthru.fetch-depsIvarWithoutBones2021-12-14
|
* buildDotnetModule: support local project referencesEvgeny Zemtsov2021-12-13
|
* buildDotnetModule: support optional nupkg packingEvgeny Zemtsov2021-12-13
|
* buildDotnetModule: support setting projectFile as an array && properly ↵IvarWithoutBones2021-11-21
| | | | interpret disabledTests
* buildDotnetModule: add support for running unit testsIvarWithoutBones2021-11-01
|
* dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKsPavol Rusnak2021-10-18
|
* buildDotnetModule: add documentationIvarWithoutBones2021-10-06
|
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* mkShell: introduce packages argument (#122180)Jonas Chevalier2021-05-13
| | | | | | | | | | The distinction between the inputs doesn't really make sense in the mkShell context. Technically speaking, we should be using the nativeBuildInputs most of the time. So in order to make this function more beginner-friendly, add "packages" as an attribute, that maps to nativeBuildInputs. This commit also updates all the uses in nixpkgs.
* doc/languages-frameworks/*: add missing languages to code fencesSandro Jäckel2021-04-05
| | | | convert shell -> ShellSession
* Remove repeating words from docFlorian Engel2021-03-14
|
* dotnet: document new net packagesFelix Tenley2020-11-11
|
* dotnet: add framework docJonathan Ringer2020-02-09