-
Notifications
You must be signed in to change notification settings - Fork 338
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
C# (.NET) App Runner #1176
Comments
I've got a draft template in my dev branch: |
@Greelan Hey mate, I was finally able to get it added to my AMP. and here is my Dotnet App Runner Settings |
I have even tried using the executable file instead of the DLL, and shows the same error. |
"dotnet restore" is not a command line arg to dotnet Also location paths don't need a leading slash |
Ah alright. I am a bit slow 😅 |
Ever since .NET 2.0, "dotnet build" automatically restores packages: https://learn.microsoft.com/en-us/nuget/consume-packages/package-restore#restore-by-using-the-dotnet-cli |
Ah alright cool. Yeah, I tried a whole lot of things but nothing was
working. Was somehow able to get it started now, thank you!
…On Mon, 10 Feb 2025, 14:37 Greelan, ***@***.***> wrote:
Ever since .NET 2.0, "dotnet build" automatically restores packages:
https://learn.microsoft.com/en-us/nuget/consume-packages/package-restore#restore-by-using-the-dotnet-cli
—
Reply to this email directly, view it on GitHub
<#1176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMH34PJTXCWB5FNAVPAWOT2O77D3AVCNFSM6AAAAABTMMWYX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWG4ZTOOJRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If you have any other suggestions, let me know |
Module Request
An app runner that builds/compiles the C# solution, and runs the built code upon instance start.
Also allows us to upload, and edit files via the file manager tab of the panel.
I confirm:
The text was updated successfully, but these errors were encountered: