chore: update vstest monorepo to 18.6.0 #2073
Annotations
30 warnings and 1 notice
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L44
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/MockSpannerServerTests.cs#L76
'SpannerConnection.BeginReadOnlyTransactionAsync(CancellationToken)' is obsolete: 'Use the BeginTransactionAsync overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L30
'IWebHost' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1591
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1551
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Model/TicketSales.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableCommand.cs#L116
'SpannerCommand.ExecuteReaderAsync(TimestampBound, CancellationToken)' is obsolete: 'Please set EphemeralTransactionCreationOptions to SpannerTransactionCreationOptions.ForTimestampBoundReadOnly(singleUseReadSettings) and call any of the other ExecuteReaderAsync overloads.'
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L103
'SpannerConnection.BeginReadOnlyTransactionAsync(TimestampBound, CancellationToken)' is obsolete: 'Use the BeginTransactionAsync overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L87
'SpannerConnection.BeginReadOnlyTransaction(TimestampBound)' is obsolete: 'Use the BeginTransaction overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (ubuntu-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Query/Internal/SpannerSqlExpressionFactory.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L51
'IWebHostBuilder.Build()' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L44
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L30
'IWebHost' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1591
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1551
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Model/TicketSales.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableCommand.cs#L116
'SpannerCommand.ExecuteReaderAsync(TimestampBound, CancellationToken)' is obsolete: 'Please set EphemeralTransactionCreationOptions to SpannerTransactionCreationOptions.ForTimestampBoundReadOnly(singleUseReadSettings) and call any of the other ExecuteReaderAsync overloads.'
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L103
'SpannerConnection.BeginReadOnlyTransactionAsync(TimestampBound, CancellationToken)' is obsolete: 'Use the BeginTransactionAsync overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L87
'SpannerConnection.BeginReadOnlyTransaction(TimestampBound)' is obsolete: 'Use the BeginTransaction overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (macos-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Query/Internal/SpannerSqlExpressionFactory.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L51
'IWebHostBuilder.Build()' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L44
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.Tests/SpannerMockServerFixture.cs#L30
'IWebHost' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1591
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/QueryTests.cs#L1551
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner.IntegrationTests/Model/TicketSales.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableCommand.cs#L116
'SpannerCommand.ExecuteReaderAsync(TimestampBound, CancellationToken)' is obsolete: 'Please set EphemeralTransactionCreationOptions to SpannerTransactionCreationOptions.ForTimestampBoundReadOnly(singleUseReadSettings) and call any of the other ExecuteReaderAsync overloads.'
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L103
'SpannerConnection.BeginReadOnlyTransactionAsync(TimestampBound, CancellationToken)' is obsolete: 'Use the BeginTransactionAsync overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Storage/Internal/SpannerRetriableConnection.cs#L87
'SpannerConnection.BeginReadOnlyTransaction(TimestampBound)' is obsolete: 'Use the BeginTransaction overload that takes SpannerTransactionCreationOptions as a parameter instead.'
|
|
unit-tests (windows-latest):
Google.Cloud.EntityFrameworkCore.Spanner/Query/Internal/SpannerSqlExpressionFactory.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
unit-tests (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|