Merge pull request #1438 from OfficeDev/v-mfurquan/RT-Sample-Manifest… #1424
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 use a deprecated Node.js version 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/
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
|
Build app:
samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
|
Loading