-
**Question**
I recently upgraded my development environment from VS 2012 to VS 2017. Now I find that ApplicationContext.User is of type System.Security.Principal.GenericPrincipal and ApplicationConte…
-
I'm trying to build a similar app to the Winforms on netcore3.0 example.
Unfortunately I can't get it to work following the steps in https://github.com/marb2000/XamlIslands/blob/master/1903_Samples…
-
### .NET version
.NET Runtime 6.0
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
N/A
### Issue description
Discussi…
-
Related:
https://github.com/dotnet/corefx/issues/38760
`BinaryFormatter` will be removed in .NET 5. Remove [its uses](https://github.com/dotnet/wpf/search?l=C%23&q=binaryformatter&type=) with w…
-
As I understood from the [ConfigureAwait FAQ](https://devblogs.microsoft.com/dotnet/configureawait-faq/) written by @stephentoub it is unnecessary to call `.ConfigureAwait(false)` in ASP Net Core App …
-
Is it possible to default to webkit for the WebView on Windows it it's available?
-
Related to #72
When porting and migrating source content (presented as a [link]() that goes to an article), open the source material up. Find out where it exists in the TOC. In the source project #…
-
Hi guys.
Recently I have been working on improving the DPI awareness of some WinForms applications.
As you can see below using a 4K screen can mess the form up badly..
![DPI_PROB](https://user-im…
-
DataSets may be impacted by BinaryFormatter. We need to investigate serialization/deserialization flow for DataSets, understand what impact BinaryFormatter might have, and determine next steps from th…
-
### Description
I've just migrated a Winform project from .NET Framework 4.8 to .NET Core 9, following the porting instructions provided in the Windows documentation. However, I've encountered an iss…