Skip to content

Conversation

@Seramis
Copy link
Member

@Seramis Seramis commented Dec 17, 2025

Related Issues

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Other (please specify):

Checklist

  • The PR is submitted to the correct branch (main).
  • My code follows the project's coding style. (.editorconfig)
  • I have commented my code, particularly in hard-to-understand areas and public interfaces.
  • I have added or updated tests for the changes I made.
  • All new and existing tests passed.
  • I have updated the documentation where applicable.

Testing Instructions

  1. Create Blazor WASM project.
  2. Inside a razor component, generate tens of thousands of ULIDs in default configuration and create a string (.ToString()) from each.
  3. Run Blazor project in "Release" configuration.
  4. Randomly exception appears. Might need multiple refreshes of the page.

@Seramis Seramis self-assigned this Dec 17, 2025
@Seramis Seramis merged commit 972643c into ByteAether:main Dec 17, 2025
5 checks passed
@Seramis Seramis deleted the bugfix_#30 branch December 17, 2025 16:27
@Seramis Seramis added the bug Something isn't working label Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue with Ulid.New() in ByteAether 1.3.3 (Regression from 1.3.2)

1 participant