How do I prevent Microsoft.Web.WebView2 from generating a directory containing cache data, or how do I move it?
#4470
Unanswered
ero (ero-qt)
asked this question in
Q&A
Replies: 3 comments
|
The |
0 replies
|
When creating: When closing: |
0 replies
|
Above are unacceptable solutions because having that much data being created and deleted every time the application starts increases the wear of storage media. This completely unnecessary bunch of 177 files in 67 folders and files has to have an option to be completely disabled. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have noticed that as soon as my C# application launches anything to do with
Microsoft.Web.WebView2, a directory containing lots of cache data is generated next to my application. I do not want this, especially because the directory format is very confusing to users.Is there a way to prevent this directory from being generated? Perhaps I can have it be generated in a more appropriate folder like
%LocalAppData%?All reactions