-
This was working previously but not working on Visual Studio Enterprise 2022 v17.11.1.
```
An unhandled exception of type 'System.NotSupportedException' was thrown by the custom visualizer compone…
-
Disclaimer: I know that ObservableCollection<T> is the recommended collection type for bindings. Still, if a collection implements both INotifyCollectionChanged and IBindingList interfaces (such…
-
Hi,
we have a very specific problem with an older version of the Core Library and I hope there might be a solution to it.
**What is the problem?**
We have an older software that has been on .Ne…
-
Would you be interested if I wrote a PR bringing in a dependency to my library [Backport.System.Threading.Lock](https://github.com/MarkCiliaVincenti/Backport.System.Threading.Lock) that will give you …
-
Developers (like me) love tweaking their terminal colors/themes.
Terminal.Gui, today, overrides all this, defining it's own themes.
This means that when I run a TUI app, the effect is glaring a…
-
The SkiaSharp dll file is too large, close to 10mb.
I'm looking for a 2d graphics library developed in pure C#
-
game can be layed when creating new, doesn't load a saved game
press Y to start a new campaign
n
Unexpected type "AI_GM.Campaign" in assembly "AI-GM, Version=1.0.0.0, Culture=neutral, PublicKeyToke…
-
I have the following Situation:
I had an old .NET Framework 4.5.2 application that in the past stored the following objects serialized by the native BinaryFormatter in a SQL database:
```
[Serial…
-
### .NET version
.NET 8.0.100
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
All .NET Framework versions, and also .NET Core / .NET…
-
### Description
My [unit tests](https://github.com/koszeggy/KGySoft.CoreLibraries/tree/Net7Test/KGySoft.CoreLibraries.UnitTest) accidentally revealed an issue in `ThreadLocal`, more precisely in its …