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

Update to .NET 8. #814

Merged
merged 26 commits into from
Feb 22, 2024
Merged

Update to .NET 8. #814

merged 26 commits into from
Feb 22, 2024

Conversation

bitbound
Copy link
Collaborator

@bitbound bitbound commented Feb 22, 2024

Major Changes:

  • Updated all projects to .NET 8.
  • Migrated web UI from Blazor Server to Blazor Web App.
  • Replaced Identity Razor packages with Blazor components.
  • Updated Bootstrap.
  • Replaced RewritableStream with AppendableStream for embedding server data in the.
  • Replaced Windows .NET Framework installer with a PowerShell script.
    • Both methods of embedding server data was corrupting the EXE, and I couldn't get it working.
  • Created docker-compose file with default network config and environment config.
    • This will fix potential issues with forwarded headers, assuming any previous hops are properly configured.
    • DbProvider and connection strings are now configured in environment variables in the compose file.
  • Moved the majority of settings in appsettings to the database.
  • Got Mac agent working (at least x64).
  • Created design-time DbContexts for migrations.
  • Fixed issues with DI container in tests.

Please read the following. Do not delete below this line.

Thank you for your contribution to the Remotely project. It is required that contributors assign copyright to Immense Networks so we retain full ownership of the project.

This makes it easier for other entities to use the software because they only have to deal with one copyright holder. It also gives me assurance that we'll be able to make decisions in the future without gathering and consulting all contributors.

While this may seem odd, many open source maintainers practice this. Here are a couple well-known examples:

A nice article on the topic can be found here: https://haacked.com/archive/2006/01/26/WhoOwnstheCopyrightforAnOpenSourceProject.aspx/

By submitting this PR, you agree to the following:

You hereby assign copyright in this PR's code to the Remotely project and its copyright holder, Immense Networks, to be licensed under the same terms as the rest of the code. You agree to relinquish any and all copyright interest in the software, to the detriment of your heirs and successors.

@bitbound bitbound self-assigned this Feb 22, 2024
@bitbound bitbound merged commit 646412b into master Feb 22, 2024
1 check passed
@bitbound bitbound deleted the feature/update-to-net8 branch February 22, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant