Kataane
Kataane
Hi. I am currently working on implementing automatic form call using IServiceProvider. Since in the new .NET 8 they added the ability to get [services by key](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection#keyed-services). The first thing...
[Options pattern guidance for .NET library authors](https://learn.microsoft.com/en-us/dotnet/core/extensions/options-library-authors?source=recommendations#namespace-guidance)
Сейчас IssRequest не со всем проходит процесс dispose. Как из улучшений можно сделать следующее: Добавить объект ShapshotState, который будет возвращаться из метода TakeSnapshot, хранить это состояние как singleton, а IssRequest...
Сейчас Fiss.Client использует библиотеку Fiss только для получения версии. Думаю что лучше отвязать Fiss.Client и сделать его самостоятельным.
Hi @mouadcherkaoui. I worked since the beginning of the year on exporting Carbon Components to Blazor. And I came across your repository, I propose to join forces and see it...
Hi. Can you check new logic for case-sensitive path comparison. I don't quite understand the logic of the 3 comparer. Can you describe it in more detail?
Closes #18. **Pull Request: Define Parent for LocalPath(".") and Relative Paths** **Problem Description:** Currently, `new LocalPath(".").Parent` (similarly for paths like `..` or `../..`) is not defined. This creates ambiguity and...
# Add SnakeCase Property Name Mapping Strategy ## Description This PR adds support for `SnakeCase` as a new property name mapping strategy in Mapperly, enabling automatic mapping between PascalCase properties...
# Add OnlyExplicitMappedMembers Configuration Option ## Description First, I want to express my gratitude for the beautiful library and the excellent work that has been done in Mapperly. This library...