Skip to content

work on github actions #20

work on github actions

work on github actions #20

Triggered via pull request August 1, 2025 12:17
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Migrator/Providers/Impl/PostgreSQL/PostgreSQLTransformationProvider.cs#L171
'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#L22
'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/TransformationProvider.cs#L492
'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#L490
'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/SQLite/SQLiteTransformationProvider.cs#L1193
'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/SQLite/SQLiteTransformationProvider.cs#L1006
'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/Tools/SchemaDumper.cs#L207
'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/Tools/SchemaDumper.cs#L207
'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/SQLite/SQLiteColumnPropertiesMapper.cs#L43
'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.