Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oriches/simple.wpf.exceptions.5.0
Simple.Wpf.Exceptions ported to .Net 5.0
https://github.com/oriches/simple.wpf.exceptions.5.0
csharp dotnet-core dotnet5 windows-ui wpf
Last synced: about 6 hours ago
JSON representation
Simple.Wpf.Exceptions ported to .Net 5.0
- Host: GitHub
- URL: https://github.com/oriches/simple.wpf.exceptions.5.0
- Owner: oriches
- Created: 2021-05-13T15:25:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:59:36.000Z (about 1 year ago)
- Last Synced: 2023-11-23T16:45:34.083Z (about 1 year ago)
- Topics: csharp, dotnet-core, dotnet5, windows-ui, wpf
- Language: C#
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple.Wpf.Exceptions.5.0
[![Build status](https://ci.appveyor.com/api/projects/status/dse26glq2an4lq9e?svg=true)](https://https://ci.appveyor.com/project/oriches/simple-wpf-exceptions-5-0)
A port/migration of [Simple.Wpf.Exceptions](https://github.com/oriches/Simple.Wpf.Exceptions) WPF app from .Net 4.8 Framework to .Net 5.0.
Note: Used the [MS Upgrade Tool](https://dotnet.microsoft.com/platform/upgrade-assistant/tutorial/install-upgrade-assistant), and then had to do some manual fixup afterwards.
Main issue was related to the use of System.Reactive 5.0, for some reason it was not pucking up DispatcherScheduler from System.Reactive.Concurrency, adding nuGet reference to ReactiveUI solved this issue.