Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powershell: initial package release #5015

Closed
wants to merge 3 commits into from

Conversation

hgy59
Copy link
Contributor

@hgy59 hgy59 commented Dec 21, 2021

Motivation: PowerShell is the first package depending on .NET 6 runtime
Linked issues: #4976, closes #4076

Checklist

  • Build rule all-supported completed successfully
  • Package upgrade completed successfully
  • New installation of package completed successfully

@hgy59 hgy59 added the dotnet Related to dotnet (core) label Dec 21, 2021
@@ -0,0 +1,42 @@
PKG_NAME = aspnetcore-runtime
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we drop the asp and core? AFAIK the package is just called .net or dotnet with just 2 variations either SDK or runtime

I thought the asp part is the proprietary windows APIs

Copy link
Contributor Author

@hgy59 hgy59 Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no it isn't (see https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
There are three variants of runtimes to download

  • ASP.NET Core Runtime including .NET Runtime
  • .NET Desktop Runtime including .NET Runtime (Windows only)
  • .NET Runtime only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@publicarray sorry, just cherry picked a commit of #4976 to fix the build.
I will now remove dotnet runtime from the PR...

@hgy59
Copy link
Contributor Author

hgy59 commented Dec 22, 2021

Output of dotnet --info

$ dotnet --info

Host (useful for support):
  Version: 6.0.1
  Commit:  3a25a7f1cc

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.1 [/volume1/@appstore/dotnet-runtime/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.1 [/volume1/@appstore/dotnet-runtime/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download

- depends on dotnet-runtime package (SynoCommunity#4976)
- patch pwsh to use library path of dotnet-runtime
- fix use of PLIST.auto with spksrc.install-resources.mk
- allow multiple files in digests with different urls (dist names)
@hgy59 hgy59 added the new-package PR/WIP for a new package label Apr 7, 2023
@hgy59
Copy link
Contributor Author

hgy59 commented Nov 14, 2024

closing due inactivity...

@hgy59 hgy59 closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet Related to dotnet (core) new-package PR/WIP for a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Package Request] PowerShell
2 participants