BartShoot
BartShoot
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
And yeah I'll be trying to rebuild the project in avalonia. When I was testing default project it could be packed to single file and trimmed nicely
54 replies
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
Okay thanks, I was mostly asking if there was another way to manage it - it's not a deal breaker as the app still works 😁
54 replies
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
Unsupported for wpf as it uses reflection as per docs
54 replies
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
Well yeah, they are put in the same directory as executable. I'd like to move them so potential user could see exe without scrolling for a few seconds
54 replies
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
I was just wondering if there is option to manage them, for example in java using maven you can define where the dependencies are going etc so your output would be some libs directory and main.jar which would be equivalent to exe
54 replies
CC#
Created by BartShoot on 2/21/2024 in #help
✅ can you put dotnet publish *.dll in some library folder?
this application refuses to start for some reason when I enable this and also the exe gets quite big (I know it's just packed dlls but doesn't look that great)
54 replies
CC#
Created by BartShoot on 2/15/2024 in #help
Desktop crossplatform application? How to approach it?
Yeah the only reason I was considering web is that it could work on mobile and web better but that could also be separate frontend as it would be more suited for cloud computing
27 replies