Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo committed Feb 14, 2025
1 parent f2d0825 commit fdf7ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
### Features Added

### Breaking Changes
* Remove .NET 6.0 support.
* Modify `AddDefaultAuth` method in `SignalRFunctionsHostBuilderExtensions.cs` to use `IServiceCollection` instead of `IFunctionsHostBuilder` to remove the dependency for legacy package `Microsoft.Azure.Functions.Extensions`.

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class SignalRFunctionsHostBuilderExtensions
/// <summary>
/// Adds security token validation parameters' configuration and SignalR connection's configuration.
/// </summary>
/// <param name="services"></param>
/// <param name="services">The service collections to add default auth.</param>
/// <param name="configureTokenValidationParameters">Token validation parameters to validate security token</param>
/// <param name="configurer">SignalR connection configuration to be used in generating Azure SignalR service's access token</param>
public static IServiceCollection AddDefaultAuth(this IServiceCollection services, Action<TokenValidationParameters> configureTokenValidationParameters, SignalRConnectionInfoConfigureFunc configurer = null)
Expand Down

0 comments on commit fdf7ecb

Please sign in to comment.