Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Previously I have developed in .NET Framework 4.8 using the Community Toolkit for MVVM from GITHUB. After some tweaking change C# language to 10, all worked well.
In .NET 8.0 I start out debugging with a simple editor writeline. It works and I hit the break point. As soon as I declare a new class which derives from ObservableObject from the toolkit is written in the project. This breaks at NETLOAD and bypasses the debugger giving no error warnings.
I assuming this has issues due to Roselyn source code generator.
Any help with this would be appreciated.
Thanks Clint
Solved! Go to Solution.