Skip to content

Releases: thomaslevesque/AspNetCore.AsyncInitialization

1.1.2

15 Jan 12:15
Compare
Choose a tag to compare

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

24 Sep 22:59
2d3eff4
Compare
Choose a tag to compare

Fixed

  • Exception thrown by initializer was not correctly propagated

Additional items

  • Simplified unit tests

1.1.0

23 Sep 22:17
Compare
Choose a tag to compare

New

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

Additional items

  • Build script
  • Continuous integration on AppVeyor

1.0.0

23 Sep 21:59
79cfe10
Compare
Choose a tag to compare

First release