Merged
Conversation
- Updated `build-and-test.yml` to streamline pull request triggers. - Added extensive amount of calls to Ulid and testing in `Program.cs` for `ByteAether.Ulid`, including ULID creation, conversion, parsing, and validation. - Removed old JSON serialization tests; integrated new tests with `System.Text.Json` using `MyClassWithUlid`. - Minor formatting adjustments in `UlidAotTest.csproj` for consistency. - Made `UlidJsonContext` internal and updated JSON serialization context. - Introduced `build-and-test-aot.yml` for AOT compatibility testing across multiple OS.
- Changed published project in `build-and-test-aot.yml` to `ByteAether.Ulid.Tests.AotConsole`. - Added "Ahead-of-Time (AoT) Compilation Compatible" feature to `README.md` and `PACKAGE.md`. - Updated byte array output formatting in `Program.cs` of AoT console test to use `Convert.ToHexString()`. - Revised project description in `ByteAether.Ulid.csproj` to highlight AoT compatibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Mark Ulid library as AoT compatible. Add AoT Console application to use Ulid in various ways to test AoT compatibility. Added GitHub Action workflow to run the AoT Console application.
Type of Change
Checklist
main)..editorconfig)