deps(nuget): Bump the microsoft-packages group with 11 updates #23
Annotations
10 warnings
|
tests/AzureAISearchSimulator.Core.Tests/SearchIndexTests.cs#L219
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<string>(string expected, IEnumerable<string> collection)'.
|
|
tests/AzureAISearchSimulator.Core.Tests/SearchIndexTests.cs#L218
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<string>(string expected, IEnumerable<string> collection)'.
|
|
src/AzureAISearchSimulator.DataSources/CredentialFactory.cs#L259
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
src/AzureAISearchSimulator.DataSources/CredentialFactory.cs#L258
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
src/AzureAISearchSimulator.Search/Skills/CustomWebApiSkillExecutor.cs#L170
Dereference of a possibly null reference.
|
|
src/AzureAISearchSimulator.Search/Skills/CustomWebApiSkillExecutor.cs#L168
Dereference of a possibly null reference.
|
|
src/AzureAISearchSimulator.Search/Skills/CustomWebApiSkillExecutor.cs#L166
Possible null reference argument for parameter 'collection' in 'void List<string>.AddRange(IEnumerable<string> collection)'.
|
|
src/AzureAISearchSimulator.Storage/Repositories/LiteDbIndexerRepository.cs#L178
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/AzureAISearchSimulator.Storage/Repositories/LiteDbIndexerRepository.cs#L168
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/AzureAISearchSimulator.Storage/Repositories/LiteDbDataSourceRepository.cs#L112
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading