-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Perform partial trimming in client releases #52
Comments
A few things:
|
We'll try to switch to the MVVM Toolkit to make this happen. https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm |
We will have to switch away from Refit for the gateway client: reactiveui/refit#1389 🤷 There is this alternative... but where is the source code? |
Current status:
|
The source code/dll need to run your project are:
|
c9afc56 removed trimming from the build system. While full trimming is impractical for us, we could explore partial trimming. I think we only do reflection on our own assemblies, so there should be no issue with trimming any third-party assemblies that declare themselves trimmable.
Right now, a client release archive with maximum compression is around 171 MB, which seems rather excessive.
Depends on:
The text was updated successfully, but these errors were encountered: