Asaf Madari
Asaf Madari
Added SmartEnumOutOfRange using Ardalis.GuardClauses with two method overloads (int, and generic type). Closes #528 #### TODO: Update Readme.md once this pull request is approved and nuget is created.
In FromValue method, documentation says KeyNotFoundException is thrown if the value is not found, whereas source code actually shows a more specific exception is thrown. Documentation should specify that a...
Links to pluralSight courses fixed: Updated the old links to the new ones. Changed from the course that was removed to a newer, relevant one (I took it). Closes #802
[This](https://github.com/ardalis/CleanArchitecture?tab=readme-ov-file#goals) section in the README file has wrong links to old urls in PluralSight. After some digging I found the right courses. From the README file: ### Goals The goal...
1. Fixed broken link on main README (view on PR) 2. Added README for Validation Behaviour  3. Added documentation for RequestValidationBehaviour.cs (view on PR)
FluentAssertions v8 is now paid for commercial use, package manager should prevent any updates so that FluentResults could be used commercially. Next phase should probably be passing all dependencies to...