znakeeye
znakeeye
In an `.ini` file, we can write key value pairs where values are either assigned (`=`) or appended (`+=`). What's worse, the key itself may contain the `+` character. So...
Thanks for your awesome library! Not sure if the [SearchValues<T>](https://learn.microsoft.com/en-us/dotnet/api/system.buffers.searchvalues-1?view=net-8.0) is applicable for `Pidgin`, but it certainly sounds like a good fit. Also, see this [this](https://endjin.com/blog/2024/01/dotnet-8-searchvalues-string-search-performance-boost) great blog post where...
### Description Combining `TargetFrameworks` and `UseArtifactsOutput` breaks the **Rebuild** task. A regular **Build** succeeds. ``` Rebuild started at 14:16... 1>------ Rebuild All started: Project: WpfBuildError, Configuration: Debug Any CPU ------...
### Description [CancellationTokenSourceFactory()](https://github.com/PrismLibrary/Prism/blob/ec09b170e849076ee3dbc0abccb49302ce863404/src/Prism.Core/Commands/AsyncDelegateCommand.cs#L184C33-L184C63) is not a `CancellationTokenSource` factory. It's a `CancellationToken` factory and should therefore be called `CancellationTokenFactory`. ### Steps to Reproduce n/a ### Platform with bug WPF ### Affected...