DotnetRuntimeBootstrapper
DotnetRuntimeBootstrapper copied to clipboard
Bootstrapped framework-dependent deployment for .NET applications
### Details Single-file distributions (bundles) are currently not supported. We would need to 1. Inject the bundle into the apphost - We can do this by reverse-engineering .NET's bundler (hard)...
### Version ver 2.1.0 ### Details According to #23 I've made this little project: [UnhandledExceptionsRepro.zip](https://github.com/Tyrrrz/DotnetRuntimeBootstrapper/files/8016163/UnhandledExceptionsRepro.zip) The problem is that the `AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;` event handler doesn't get called when using...
### Details First of all, I'd like to say thank you for this amazing project 🎉🚀 It was so easy to set up everything and it just works! I noticed...
### Details Some applications might depend on having WebView2 installed on user machine, and Microsoft actively tries to push developers to use it, deprecating (or even already breaking/removing) older native...
### Details Currently we use a `.config` file to enable framework rollover, so that the bootstrapper executable can run against .NET Framework v3.5 as well as .NET Framework v4.x. https://github.com/Tyrrrz/DotnetRuntimeBootstrapper/blob/5e36f525ed981f5219c7245fb1d54f7d5a5fb9ec/DotnetRuntimeBootstrapper.Executable/App.config...
### Details Verifying the digital signature of downloads serves two purposes. One, it ensures that the file has not been tampered with or corrupted. Network corruption happens! I had a...
### Version latest NuGet Package (2.5.2) ### Variant GUI (Graphical User Interface) ### Platform .NET 8.0 / WIndows 10 ### Steps to reproduce I de-installed the .NET 8 (Desktop) Runtime,...