about summary refs log tree commit diff
path: root/pkgs/development/dotnet-modules
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee1-36/+6
2020-06-27python-language-server: 2020-04-24 -> 2020-06-19 (#91469)Jörg Thalheim2-390/+384
2020-05-09python-language-server: init at 2020-04-24Tom McLaughlin6-0/+1552
2019-05-04[treewide] delete unused patchesc0bw3b1-11/+0
2015-06-06Lay down the foundation for packaging the .NET echosystemobadz3-0/+142
- fetchNuGet can fetch binaries from nuget servers - buildDotnetPackage can build .NET packages using mono/xbuild - Places nuget & paket as they would clash with nix - Patch project files because F# targets are expected to be found in the mono directory (and we know that's not going to happen on nix) - Find DLLs that were copied from buildInputs and replace by symlink for sharing - Export produced DLL via the pkg-config mechanism - Create wrappers for produced EXEs - Repackaged this new infrastructure: keepass, monodevelop - Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a bunch more.. This is a combination of 73 commits.