Build - All Samples #1520
Annotations
11 warnings
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/BaseRepository.cs#L161
Type parameter 'T' has the same name as the type parameter from outer type 'BaseRepository<T>'
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/BaseRepository.cs#L183
Type parameter 'T' has the same name as the type parameter from outer type 'BaseRepository<T>'
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/BaseRepository.cs#L206
Type parameter 'T' has the same name as the type parameter from outer type 'BaseRepository<T>'
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/BaseRepository.cs#L226
Type parameter 'T' has the same name as the type parameter from outer type 'BaseRepository<T>'
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/AppConfig/AppConfigRepository.cs#L15
'AppConfigRepository.TableName' hides inherited member 'BaseRepository<AppConfigEntity>.TableName'. Use the new keyword if hiding was intended.
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/LogEventRepository/LogEventRepository.cs#L18
'LogEventRepository.TableName' hides inherited member 'BaseRepository<EventLogEntity>.TableName'. Use the new keyword if hiding was intended.
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/UserReactionRepository/UserReactionRepository.cs#L16
'UserReactionRepository.TableName' hides inherited member 'BaseRepository<UserReactionEntity>.TableName'. Use the new keyword if hiding was intended.
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L22
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L56
Non-nullable property 'LearningContentId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Set up .NET Core
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading