Fix for release builds and consolidate NuGet packages #213
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
Extensions/PostgreSQL/Settings/PostgreSourceSettings.cs#L10
'PostgreSourceSettings.ConnectionString' hides inherited member 'PostgreBaseSettings.ConnectionString'. Use the new keyword if hiding was intended.
|
Build:
Extensions/PostgreSQL/Settings/PostgreSinkSettings.cs#L9
Non-nullable property 'TableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Extensions/PostgreSQL/PostgreDataCol.cs#L38
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Extensions/PostgreSQL/PostgreDataCol.cs#L38
Non-nullable property 'ColumnType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Extensions/PostgreSQL/PostgresqlDataSinkExtension.cs#L89
Possible null reference argument for parameter 'coltype' in 'PostgreDataCol.PostgreDataCol(string colname, Type coltype)'.
|
Build:
Extensions/PostgreSQL/PostgresqlDataSinkExtension.cs#L172
Possible null reference argument for parameter 'colname' in 'PostgreDataCol.PostgreDataCol(string colname, string postgredatatye)'.
|
Build:
Extensions/PostgreSQL/PostgresqlDataSinkExtension.cs#L172
Possible null reference argument for parameter 'postgredatatye' in 'PostgreDataCol.PostgreDataCol(string colname, string postgredatatye)'.
|
Build:
Extensions/Mongo/Cosmos.DataTransfer.MongoVectorExtension/MongoVectorDataSinkExtension.cs#L47
Possible null reference argument for parameter 'fieldName' in 'object? IDataItem.GetValue(string fieldName)'.
|
Build:
Extensions/Mongo/Cosmos.DataTransfer.MongoVectorExtension/MongoVectorDataSinkExtension.cs#L58
Argument of type 'ExpandoObject' cannot be used for parameter 'dictionary' of type 'IDictionary<string?, object?>' in 'bool CollectionExtensions.TryAdd<string?, object?>(IDictionary<string?, object?> dictionary, string? key, object? value)' due to differences in the nullability of reference types.
|
Build:
Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension.UnitTests/CosmosSourceSettingsTests.cs#L19
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "debug-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading