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

Maybe use .net 5 #2

Open
jarno9981 opened this issue Apr 16, 2021 · 5 comments
Open

Maybe use .net 5 #2

jarno9981 opened this issue Apr 16, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@jarno9981
Copy link

Its .net core + .net framework fused and it is extremely fast

@RaoHammas
Copy link
Owner

some features i'm using are not available in .net 5.

@jarno9981
Copy link
Author

jarno9981 commented Oct 31, 2021

some features i'm using are not available in .net 5.

@RaoHammas

.net 5 recent update made much more options possible webview2 now to and other things and when will work another update come out for this project

@jarno9981
Copy link
Author

jarno9981 commented Oct 31, 2021

@RaoHammas webview2 now support fixed runtime no need to install webview2 runtime sepertly

newWeb.CreationProperties = new CoreWebView2CreationProperties
{
BrowserExecutableFolder = @" costumnamehere",
UserDataFolder = @"costumnamehere"
};

newWeb.Source = new Uri(FireBrowser.Properties.Settings.Default.EngineDefault);

this works fully if you copy the fixed runtime in a folder named same as @"costumnamehere"

Names have to by same as the folder

This is example code if you put in form loading async

And make a folder with all the files

@RaoHammas
Copy link
Owner

RaoHammas commented Nov 13, 2021

Tbh, idk how but i lost project code for Weather widget, which was part of upcoming version and i stopped working on it. I'll remove that weather widget feature and will update code with new release soon.

@jarno9981
Copy link
Author

Tbh, idk how but i lost project code for Weather widget, which was part of upcoming version and i stopped working on it. I'll remove that weather widget feature and will update code with new release soon.

Okay thank you

@RaoHammas RaoHammas self-assigned this Mar 28, 2022
@RaoHammas RaoHammas added the enhancement New feature or request label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants