docs: add GitHub Pages homepage and expand project documentation - #172
Merged
Merged
Annotations
11 warnings
|
Complete job
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L538
'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#L536
'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#L418
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
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#L897
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.'
|
|
Build:
src/Migrator/Providers/Impl/Mysql/MySqlTransformationProvider.cs#L6
The using directive for 'System.Globalization' appeared previously in this namespace
|
background
wait
wait-all
cancel
parallel
Loading