Commit Graph

15 Commits

Author SHA1 Message Date
Konrad Malik
9b58cf4d57
roslyn-ls: 4.12.0-3.24470.4 -> 4.13.0-3.24577.4
Removed EOL SDK 7 + removed direct dependencies on EOL SDK 6
2024-12-04 17:35:02 +01:00
Konrad Malik
4791aa5015
roslyn-ls: 2.45.17 -> 2.49.25 2024-10-03 15:57:49 +02:00
David McFarland
5928601436 roslyn-ls: restore/build for current runtime only 2024-09-24 20:43:24 -03:00
David McFarland
b372a9cae1 roslyn-ls: format with nixfmt 2024-09-24 20:43:23 -03:00
Peder Bergebakken Sundt
7d86294055
roslyn-ls: 4.12.0-1.24359.11 -> 4.12.0-2.24422.6 (#338396) 2024-09-07 19:56:37 +02:00
David McFarland
2d43ecc400 buildDotnetModule: clean-up stdenv attributes
- stop binding attributes we don't care about (e.g. name, doCheck)
- remove attributes we handle in nix (e.g. useAppHost)
- inherit attributes with default values (e.g. packNupkg)
2024-09-05 23:46:23 -03:00
David McFarland
e530139caa buildDotnetModule: fix tool manifest detection 2024-09-05 22:47:38 -03:00
Konrad Malik
d7c97a26b2
roslyn-ls: 4.12.0-1.24359.11 -> 4.12.0-2.24422.6 2024-08-30 14:44:25 +02:00
David McFarland
f098bd1f4c roslyn-ls: update dependencies for dotnet 9.0-preview.7 2024-08-21 11:37:45 -03:00
Konrad Malik
e597d01d8d
roslyn-ls: 4.10.0-2.24124.2 -> 4.12.0-1.24359.11 2024-07-29 18:17:45 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
David McFarland
d7a6b0813c roslyn-ls: build with EnableWindowsTargeting=false
This removes the dependency on Microsoft.WindowsDesktop.App.Ref, which
is tied to the runtime version. We can't trivially add it to the
standard list of sdk packages, because its version doesn't exactly match
either the runtime or sdk versions. For example: 9.0.0-preview.1.24081.3
is needed for runtime 9.0.0-preview.1.24081.5.

Since we don't currently support windows targets, we'll just disable
this for now.

This will allow the sdks to be updated without changing the deps file.
2024-03-30 16:57:29 -03:00
Konrad Malik
b5cc289049
roslyn-ls: 4.10.0-2.24102.11 -> 4.10.0-2.24124.2 2024-03-08 11:23:39 +01:00
Raphael Robatsch
ef5481eb37 treewide: Prevent nuget deps files from referencing SDK packages
Using dotnetCorePackages.combinePackages prevents leaking SDK
dependencies into deps.nix files.
2024-02-26 16:07:02 -04:00
Konrad Malik
c6f4ab4b54
roslyn-ls: init at 4.10.0-2.24102.11 2024-02-12 19:09:52 +01:00