Skip to content

implement GenerateEmailConfirmToken #15

implement GenerateEmailConfirmToken

implement GenerateEmailConfirmToken #15

Triggered via push August 31, 2023 19:38
Status Success
Total duration 46s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/Idyfa.Core/Contracts/IAuthenticationManager.cs#L50
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L36
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L47
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L101
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L105
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L233
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L25
'IIdyfaUserRepository.AddToRoleAsync(User, string, CancellationToken)' hides inherited member 'IUserRoleStore<User>.AddToRoleAsync(User, string, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L28
'IIdyfaUserRepository.RemoveFromRoleAsync(User, string, CancellationToken)' hides inherited member 'IUserRoleStore<User>.RemoveFromRoleAsync(User, string, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L31
'IIdyfaUserRepository.GetRolesAsync(User, CancellationToken)' hides inherited member 'IUserRoleStore<User>.GetRolesAsync(User, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L33
'IIdyfaUserRepository.IsInRoleAsync(User, string, CancellationToken)' hides inherited member 'IUserRoleStore<User>.IsInRoleAsync(User, string, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/IAuthenticationManager.cs#L50
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L36
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L47
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L101
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L105
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/IIdyfaSignInManager.cs#L233
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Services/IdyfaAuthManager.cs#L143
Cannot convert null literal to non-nullable reference type.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L25
'IIdyfaUserRepository.AddToRoleAsync(User, string, CancellationToken)' hides inherited member 'IUserRoleStore<User>.AddToRoleAsync(User, string, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L28
'IIdyfaUserRepository.RemoveFromRoleAsync(User, string, CancellationToken)' hides inherited member 'IUserRoleStore<User>.RemoveFromRoleAsync(User, string, CancellationToken)'. Use the new keyword if hiding was intended.
build: src/Idyfa.Core/Contracts/Repository/IIdyfaUserRepository.cs#L31
'IIdyfaUserRepository.GetRolesAsync(User, CancellationToken)' hides inherited member 'IUserRoleStore<User>.GetRolesAsync(User, CancellationToken)'. Use the new keyword if hiding was intended.