Release QSI 0.19.29 #42
Annotations
12 warnings
Release QSI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Release QSI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Release QSI:
Qsi/Analyzers/Action/QsiActionAnalyzer.cs#L448
'IQsiRepositoryProvider.GetDataTable(QsiScript, QsiParameter[], ExecuteOptions, CancellationToken)' is obsolete: 'Use GetDataReader'
|
Release QSI:
Qsi/Analyzers/Action/QsiActionAnalyzer.cs#L645
'IQsiRepositoryProvider.GetDataTable(QsiScript, QsiParameter[], ExecuteOptions, CancellationToken)' is obsolete: 'Use GetDataReader'
|
Release QSI:
Qsi.Shared/StringBuilderCache.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Release QSI:
Qsi.Shared/StringBuilderCache.cs#L12
Non-nullable field '_cachedInstance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Release QSI:
Qsi.PostgreSql/Diagnostics/PostgreSqlRawTree.cs#L57
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Release QSI:
Qsi.Shared/Extensions/EnumerableExtension.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Release QSI:
Qsi.Shared/Extensions/EnumerableExtension.cs#L69
Cannot convert null literal to non-nullable reference type.
|
Release QSI:
Qsi.Shared/Extensions/EnumerableExtension.cs#L81
Cannot convert null literal to non-nullable reference type.
|
Release QSI:
Qsi.Shared/Extensions/QsiDataRowCollectionExtension.cs#L10
Possible null reference return.
|
Release QSI:
Qsi.Shared/Extensions/ParserRuleContextExtension.cs#L70
Cannot convert null literal to non-nullable reference type.
|