deps(nuget): Bump PdfPig from 0.1.13 to 0.1.14 #83
Annotations
10 warnings
|
Build:
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)
|
|
Build:
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)
|
|
Build:
src/AzureAISearchSimulator.DataSources/CredentialFactory.cs#L100
'ManagedIdentityCredential.ManagedIdentityCredential(string, TokenCredentialOptions)' is obsolete: 'Use constructor ManagedIdentityCredential(ManagedIdentityId id) or ManagedIdentityCredential(ManagedIdentityCredentialOptions options).'
|
|
Build:
src/AzureAISearchSimulator.DataSources/CredentialFactory.cs#L93
'ManagedIdentityCredential.ManagedIdentityCredential(string, TokenCredentialOptions)' is obsolete: 'Use constructor ManagedIdentityCredential(ManagedIdentityId id) or ManagedIdentityCredential(ManagedIdentityCredentialOptions options).'
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
src/AzureAISearchSimulator.Search/DocumentCracking/ExcelCracker.cs#L66
Dereference of a possibly null reference.
|
|
Build:
src/AzureAISearchSimulator.Search/DocumentCracking/ExcelCracker.cs#L52
Dereference of a possibly null reference.
|
|
Build:
src/AzureAISearchSimulator.Search/DocumentCracking/PdfCracker.cs#L83
'IPdfImage.Bounds' is obsolete: 'Use BoundingBox instead.'
|
Loading