CSVHelper ver 25.0 -> 26.1 チェンジログ
CSVHelper の情報共有です。
CSVHelper 26.1 が出ました。26.0 が主なリリース版で、26.1 で軽微な修正が行われています。
修正点は次の通りです。
- config クラスで ExceptionMessagesContainRawData がデフォルトで true になりました。
- 全てのクラスで init プロパティが削除されました。
- ヘッダレコードに含まれる例外メッセージが改善されました。
また、前バージョンとの互換性に影響がでる変更があります。
- IParserConfiguration に bool ExceptionMessagesContainRawData { get; } が追加されました。
- IWriterConfiguration に bool ExceptionMessagesContainRawData { get; } が追加されました。
- 全てのデリゲートオブジェクトから init メソッドが削除され、パラメータを指定できるコンストラクタが追加されました。対象は次の通りです。
- BadDataFound
- ConvertFromString
- GetConstructor
- GetDynamicPropertyName
- HeaderValidated
- MissingFieldFound
- PrepareHeaderForMatch
- ReadingExceptionOccurred
- ReferenceHeaderPrefix
- ShouldQuote
- ShouldSkipRecord
- ShouldUseConstructorParameter
- Validate
コンストラクタでパラメータ指定してインスタンス化出来る方が、コードが直感的になっていいと思います。
開発者の方々に感謝です。
なお、オリジナルはこちらから参照できます。
https://joshclose.github.io/CsvHelper/change-log/
26.0.1
Bug Fixes
- Fixed issue with constant not working when the field is missing.
26.0.0
Features
- Added configuration for ExceptionMessagesContainRawData that defaults to true.
Bug Fixes
- Removed all init properties. These were causing people too many problems.
- Fixed issue with exception message not containing the header record.
Breaking Changes
- Added bool IParserConfiguration.ExceptionMessagesContainRawData { get; }.
- Added bool IWriterConfiguration.ExceptionMessagesContainRawData { get; }.
- All delegate args objects have init removed and now have constructors with parameters.
- BadDataFound
- ConvertFromString
- GetConstructor
- GetDynamicPropertyName
- HeaderValidated
- MissingFieldFound
- PrepareHeaderForMatch
- ReadingExceptionOccurred
- ReferenceHeaderPrefix
- ShouldQuote
- ShouldSkipRecord
- ShouldUseConstructorParameter
- Validate
Author And Source
この問題について(CSVHelper ver 25.0 -> 26.1 チェンジログ), 我々は、より多くの情報をここで見つけました https://qiita.com/tnishiki/items/df4c25984e451f92712e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .