[Backend API] Implement endpoint for list of deployment models #170 #334
Annotations
10 warnings
          | 
                   
                      
                        test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/NewEventDetailsPageTests.cs#L61
                      
                       
                  Converting null literal or possible null value to non-nullable type. 
                         | 
              
| 
                   
                      
                        src/AzureOpenAIProxy.ApiApp/Services/PlaygroundService.cs#L28
                      
                       
                  This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 
                         | 
              
| 
                   
                      
                        src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L52
                      
                       
                  This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 
                         | 
              
| 
                   
                      
                        src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L58
                      
                       
                  This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 
                         | 
              
| 
                   
                      
                        src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L77
                      
                       
                  This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 
                         | 
              
| 
                   
                      
                        test/AzureOpenAIProxy.ApiApp.Tests/Repositories/EventRepositoryTests.cs#L41
                      
                       
                  Possible null reference argument for parameter 'tableServiceClient' in 'EventRepository.EventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'. 
                         | 
              
| 
                   
                      
                        test/AzureOpenAIProxy.ApiApp.Tests/Repositories/EventRepositoryTests.cs#L55
                      
                       
                  Possible null reference argument for parameter 'storageAccountSettings' in 'EventRepository.EventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'. 
                         | 
              
| 
                   
                      
                        test/AzureOpenAIProxy.ApiApp.Tests/Repositories/AdminEventRepositoryTests.cs#L40
                      
                       
                  Possible null reference argument for parameter 'tableServiceClient' in 'AdminEventRepository.AdminEventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'. 
                         | 
              
| 
                   
                      
                        test/AzureOpenAIProxy.ApiApp.Tests/Repositories/AdminEventRepositoryTests.cs#L54
                      
                       
                  Possible null reference argument for parameter 'storageAccountSettings' in 'AdminEventRepository.AdminEventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'. 
                         | 
              
| 
                   
                      
                        test/AzureOpenAIProxy.ApiApp.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L317
                      
                       
                  Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'. 
                         | 
              
The logs for this run have expired and are no longer available.
        
      Loading