Skip to content

Merge pull request #130 from dotnetprojects/remove-all-constraints #119

Merge pull request #130 from dotnetprojects/remove-all-constraints

Merge pull request #130 from dotnetprojects/remove-all-constraints #119

Triggered via push October 1, 2025 06:16
Status Success
Total duration 5m 1s
Artifacts

dotnetpull.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Migrator/Providers/Impl/PostgreSQL/PostgreSQLTransformationProvider.cs#L356
'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/Impl/Firebird/FirebirdColumnPropertiesMapper.cs#L19
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
build: src/Migrator/Providers/TransformationProvider.cs#L554
'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#L552
'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/Dialect.cs#L35
'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#L173
'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#L121
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
build: src/Migrator/Providers/ColumnPropertiesMapper.cs#L84
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
build: src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L882
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
build: src/Migrator/Providers/Impl/SQLite/SQLiteColumnPropertiesMapper.cs#L42
'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.