Skip to content

Merge pull request #168 from dotnetprojects/167-get-columns-no-quote #203

Merge pull request #168 from dotnetprojects/167-get-columns-no-quote

Merge pull request #168 from dotnetprojects/167-get-columns-no-quote #203

Triggered via push June 29, 2026 10:31
Status Success
Total duration 5m 30s
Artifacts

dotnetpull.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Migrator/Providers/Dialect.cs#L36
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
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#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.'