about summary refs log tree commit diff
path: root/pkgs/test/dotnet
AgeCommit message (Collapse)AuthorFilesLines
2024-06-17Merge pull request #313005 from tie/dotnet-crossDavid McFarland10-4/+139
buildDotnetModule: fix structured attributes support
2024-06-02tests.dotnet.project-references: use dir instead of file outputDavid McFarland1-1/+1
This fixes an error in nixpkgs-review when it tries to pass this to buildEnv: error: The store path [...]project-references-test is a file and can't be merged into an environment using pkgs.buildEnv! at [...]-builder.pl line 122.
2024-05-29buildDotnetModule: fix structured attributes supportIvan Trubach10-4/+139
This change refactors internal hooks used by buildDotnetModule to support derivations with structured attributes. Note that this changes variable names that the internal hooks expect.
2023-05-26tests.dotnet: init with test for projectReferencesRaphael Robatsch7-0/+72
Add a test for buildDotnetModule's `projectReferences = [ ... ];` feature, which is currently unused and therefore untested in nixpkgs.