Update libraries and documentation #214
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes documentation updates for custom Dapper type handlers, dependency updates in project files, and new test cases for collection extensions. The most important changes are summarized below:
Documentation Updates:
docs/TinyHelpers.Dapper/StringArrayTypeHandler.md
: Added documentation for theStringArrayTypeHandler
class, detailing its usage, methods, and configuration.docs/TinyHelpers.Dapper/TimeOnlyTypeHandler.md
: Added documentation for theTimeOnlyTypeHandler
class, including usage examples and method descriptions.Dependency Updates:
samples/TinyHelpers.AspNetCore.Sample/TinyHelpers.AspNetCore.Sample.csproj
: UpdatedSwashbuckle.AspNetCore
package from version6.8.1
to6.9.0
.samples/TinyHelpers.Dapper.Sample/TinyHelpers.Dapper.Sample.csproj
: UpdatedAzure.Identity
package from version1.12.1
to1.13.0
.src/TinyHelpers.AspNetCore/TinyHelpers.AspNetCore.csproj
: UpdatedSwashbuckle.AspNetCore.SwaggerGen
package from version6.8.1
to6.9.0
.Test Enhancements:
tests/TinyHelpers.Tests/Extensions/CollectionExtensionsTests.cs
: Added new test cases forForEach
andIsEmpty
methods in theCollectionExtensionsTests
class.