Merge pull request #1457 from OfficeDev/v-hrajandira/TTKPython #1444
Annotations
10 warnings
Build app
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L50
Cannot convert null literal to non-nullable reference type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L63
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L64
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L78
Cannot convert null literal to non-nullable reference type.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L106
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L107
Possible null reference argument for parameter 'inputContainingTriggers' in 'Activity SampleResponseProvider.GetResponseActivity(Activity inputContainingTriggers)'.
|
Build app:
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L83
Possible null reference return.
|
Loading