Build - All Samples #1286
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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>'
|
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>'
|
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>'
|
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>'
|
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.
|
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.
|
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.
|
samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/UserRepository/UserRepository.cs#L32
Possible null reference argument for parameter 'connectionString' in 'BaseRepository<UserEntity>.BaseRepository(string connectionString, string tableName, string partitionKey, ILogger<BaseRepository<UserEntity>> logger)'.
|
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.
|
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.
|
This job succeeded
Loading