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

Remove ConfigureAwait(false) from desktop #485

Merged
merged 1 commit into from
Sep 18, 2022
Merged

Remove ConfigureAwait(false) from desktop #485

merged 1 commit into from
Sep 18, 2022

Conversation

VMelnalksnis
Copy link
Owner

Fixes #391

@codecov
Copy link

codecov bot commented Sep 18, 2022

Codecov Report

Merging #485 (67308d6) into master (3d69b7b) will increase coverage by 0.32%.
The diff coverage is 67.56%.

@@            Coverage Diff             @@
##           master     #485      +/-   ##
==========================================
+ Coverage   66.01%   66.33%   +0.32%     
==========================================
  Files         279      279              
  Lines        8389     8389              
  Branches      551      551              
==========================================
+ Hits         5538     5565      +27     
+ Misses       2678     2651      -27     
  Partials      173      173              
Impacted Files Coverage Δ
...ade.Avalonia.Core/Authentication/LoginViewModel.cs 9.37% <0.00%> (ø)
...Core/Configuration/ApplicationSettingsViewModel.cs 29.26% <0.00%> (ø)
...a.Core/Configuration/UserConfigurationValidator.cs 17.39% <0.00%> (ø)
...onia.Core/Configuration/UserConfigurationWriter.cs 15.78% <0.00%> (ø)
....Core/Counterparties/CounterpartyMergeViewModel.cs 82.85% <0.00%> (ø)
...nomeshade.Avalonia.Core/Imports/ImportViewModel.cs 16.12% <0.00%> (ø)
...ce/Gnomeshade.Avalonia.Core/MainWindowViewModel.cs 5.92% <0.00%> (ø)
....Avalonia.Core/Transactions/Links/LinkViewModel.cs 45.45% <14.28%> (ø)
...e/Counterparties/CounterpartyUpsertionViewModel.cs 43.75% <50.00%> (ø)
...alonia.Core/Products/CategoryUpsertionViewModel.cs 57.57% <50.00%> (ø)
... and 29 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@VMelnalksnis VMelnalksnis merged commit 67308d6 into master Sep 18, 2022
@VMelnalksnis VMelnalksnis deleted the fix-async branch September 18, 2022 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

async Threading issue in ProductViewModel
1 participant