Skip to content

v7.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shweaver-MSFT shweaver-MSFT released this 10 Aug 20:55
· 51 commits to main since this release
03161a3

See an overview in our blog post here.

Changes:

Providers ⚡

  • #78 - MsalProvider should be built on top of Msal.NET directly instead of Microsoft.Graph.Auth
  • #82 - Enable authentication via native Windows dialogues
  • #97 - Create XAML helpers for handling provider state
  • #111 - IProvider.GetTokenAsync should accept additional scopes
  • #116 - WindowsProvider should support AAD login

Roaming Settings ✈️

  • #72 - Create a system for RoamingSettings via the Graph
  • #73 - Enable roaming settings through open extension on the Graph User
  • #74 - Enable roaming settings via OneDrive file storage
  • #84 - Roaming settings should have an option to auto sync with remote storage
  • #86 - RoamingSettings helpers should not depend on Windows

Bugs 🐛

  • #65 - People picker selection mode single still selects multiple users
  • #101 - LoginButton should fire events in response to GlobalProvider changes
  • #124 - Race condition issue when subscribing to ProviderStateChanged
  • #132 - WindowsProvider.GetTokenAsync crashes in unit test and if called from a non-UI thread
  • #134 - Warning MCG0007 appears in release mode
  • #140 - Update MockProvider
  • #144 - Update nuget package image

Others

  • #52 - Figure out how to isolate against Stable/Beta End-points to Microsoft.Graph package
  • #57 - Update to 7.0.0-preview2 Toolkit packages
  • #60 - Microsoft.Toolkit.Graph should be .NET Standard?
  • #67 - Remove Behaviors reference
  • #68 - Update NuGet.config
  • #75 - Separate Graph SDK interaction into own package
  • #80 - Add support for unit testing