You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- *Fixed:* Added support for `SettingsBase.DateTimeTransform`, `StringTransform`, `StringTrim` and `StringCase` to allow specification via configuration.
- *Fixed:* Added support for `CoreEx:` hierarchy (optional) for all _CoreEx_ settings to enable a more structured and explicit configuration.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Represents the **NuGet** versions.
4
4
5
+
## v3.30.1
6
+
-*Fixed:* Added support for `SettingsBase.DateTimeTransform`, `StringTransform`, `StringTrim` and `StringCase` to allow specification via configuration.
7
+
-*Fixed:* Added support for `CoreEx:` hierarchy (optional) for all _CoreEx_ settings to enable a more structured and explicit configuration.
8
+
5
9
## v3.30.0
6
10
-*Enhancement:* Integrated `UnitTestEx` version `5.0.0` to enable the latest capabilities and improvements.
7
11
-`CoreEx.UnitTesting.NUnit` given changes is no longer required and has been deprecated, the `UnitTestEx.NUnit` (or other) must be explicitly referenced as per testing framework being used.
varqn=Settings.GetValue($"{GetType().Name}:QueueOrTopicName{(nisnull?"":$"_{n}")}",defaultValue:n)??thrownewEventSendException(PrependStats($"'{key}' configuration setting must have a non-null value.",totalCount,unsentEvents.Count),unsentEvents);
99
+
varqn=Settings.GetCoreExValue($"{GetType().Name}:QueueOrTopicName{(nisnull?"":$"_{n}")}",defaultValue:n)??thrownewEventSendException(PrependStats($"'{key}' configuration setting must have a non-null value.",totalCount,unsentEvents.Count),unsentEvents);
0 commit comments