Skip to content

167 get columns no quote #202

167 get columns no quote

167 get columns no quote #202

Triggered via pull request June 29, 2026 10:20
Status Success
Total duration 5m 34s
Artifacts

dotnetpull.yml

on: pull_request
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/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/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/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.'