Foreign keys #160
+19
−5
Merged
Foreign keys #160
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L955
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L538
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L536
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L418
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Framework/Column.cs#L189
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Framework/Column.cs#L189
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L896
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
|
|
Build:
src/Migrator/Providers/Impl/SQLite/SQLiteColumnPropertiesMapper.cs#L32
'SQLiteColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)' hides inherited member 'ColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
Build:
src/Migrator/Framework/ColumnProperty.cs#L70
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Framework/ColumnProperty.cs#L65
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
Loading