Skip to content

Maintenance Release

Compare
Choose a tag to compare
@prajon84 prajon84 released this 14 Nov 15:16
· 113 commits to master since this release
22b3028

This release contains the following fixes, updates and changes:

  • [Core] Fixed default signing with both MWS and MWSV2 instead of option selected by consuming application.
  • [Core] Fixed an issue related to token request path which is same for both MWS and MWSV2 protocol.
  • [Core] Fixed a bug related to signing with MWSV2 protocol which was due to error in signature.
  • [All] Added ConfigureAwaitCheck.Analyzer and updated await with ConfureAwait(false) to fix deadlock issues.