Bump AvalonEdit and 12 others #248
Annotations
10 warnings
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L83
'TableCreator.CreateTable<T>(IEnumerable<T>, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateTable<T>(this IEnumerable<T> list, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L70
'TableCreator.CreateValueList<T>(T, ListType, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateValueList<T>(this T value, TableCreatorListOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L65
'TableCreator.CreateValueTable<T>(T, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateValueTable<T>(this T value, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L192
'TableCreator.CreateTable<T>(IEnumerable<T>, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateTable<T>(this IEnumerable<T> list, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L150
'TableCreator.SaveTableAsync(DataTable, string, Encoding, OutputType, bool, string, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'SaveTableAsync(this DataTable table, string filepath, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L132
'TableCreator.SaveTableAsync<T>(IEnumerable<T>, string, Encoding, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'SaveTableAsync<T>(this IEnumerable<T> list, string filepath, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L94
'TableCreator.CreateTable(DataTable, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateTable(this DataTable table, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L83
'TableCreator.CreateTable<T>(IEnumerable<T>, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateTable<T>(this IEnumerable<T> list, TableCreatorOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L70
'TableCreator.CreateValueList<T>(T, ListType, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateValueList<T>(this T value, TableCreatorListOptions options)' method instead.'
|
|
build:
src/MsSqlToolBelt/Common/ExportHelper.cs#L65
'TableCreator.CreateValueTable<T>(T, OutputType, bool, string, bool, bool, List<OverrideAttributeEntry>?)' is obsolete: 'To keep the code clearer, this method will be removed in the next version. Please use the 'CreateValueTable<T>(this T value, TableCreatorOptions options)' method instead.'
|