Foreign keys #186
Annotations
11 warnings
|
build
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/ColumnPropertiesMapper.cs#L191
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L172
'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/ColumnPropertiesMapper.cs#L120
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
|
|
build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L83
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
|
|
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.'
|