EY
EY
#### Bug description Call JoinableTaskFactory(new JoinableTaskContext()).RunAsync() in InitializeComponent caused designer error #### Repro steps Call **JoinableTaskFactory(new JoinableTaskContext()).RunAsync()** in **InitializeComponent** caused designer error private void InitializeComponent() { ... TestButton.Click += (sender,...
I get a warning like this in the immediate window when **FirewallManager.Instance.Rules.SingleOrDefault** is executed. I use VS2022 with C# Desktop with Framework 7.0. The program works fine but a warning...