Skip to content

Releases: thomaslevesque/AspNetCore.AsyncInitialization

1.1.2

Choose a tag to compare

@thomaslevesque thomaslevesque released this 15 Jan 12:15

New

  • More explicit exception message when InitAsync is called but async initialization hasn't been registered (#15)

Additional items

  • Renamed the (internal) AsyncInitializer class to RootInitializer

Special thanks

1.1.1

Choose a tag to compare

@thomaslevesque thomaslevesque released this 24 Sep 22:59
2d3eff4

Fixed

  • Exception thrown by initializer was not correctly propagated

Additional items

  • Simplified unit tests

1.1.0

Choose a tag to compare

@thomaslevesque thomaslevesque released this 23 Sep 22:17

New

  • Support scoped dependencies in async initializers
  • Documentation
  • SourceLink support

Additional items

  • Build script
  • Continuous integration on AppVeyor

1.0.0

Choose a tag to compare

@thomaslevesque thomaslevesque released this 23 Sep 21:59
79cfe10

First release