xSolon.Events
1.0.0.6
See the version list below for details.
dotnet add package xSolon.Events --version 1.0.0.6
NuGet\Install-Package xSolon.Events -Version 1.0.0.6
<PackageReference Include="xSolon.Events" Version="1.0.0.6" />
paket add xSolon.Events --version 1.0.0.6
#r "nuget: xSolon.Events, 1.0.0.6"
// Install xSolon.Events as a Cake Addin #addin nuget:?package=xSolon.Events&version=1.0.0.6 // Install xSolon.Events as a Cake Tool #tool nuget:?package=xSolon.Events&version=1.0.0.6
Event/Notification infrastructure application blocks
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on xSolon.Events:
Package | Downloads |
---|---|
xSolon.Logs
Logging application block |
GitHub repositories
This package is not used by any popular GitHub repositories.
--------------------------------------------------------------------------------------------------------------------------
1.0.0.6 : 2016/06/7
EventEntry: Severity to TraceEventType
--------------------------------------------------------------------------------------------------------------------------
1.0.0.5 : 2015/09/5
LoggedClass: Internal change: Notify methods: NotifyGeneric and CreateEvent in separate lines to ease debugging
--------------------------------------------------------------------------------------------------------------------------
1.0.0.4 :
Additional Serialization extensions
--------------------------------------------------------------------------------------------------------------------------
1.0.0.3 : 2015/08/24
XSolonDictionary: Minor changes so that class behaves more like a dictionary
- Prevent duplicate keys
- HashTable property refactored as GetHashTable methodd
- Equals implemented
- SafeAdd method (Overwrites value if key already exists, otherwise adds a new entry)
SerializationExtensions : Serialize Methods
- When Serializing pass an array of types including the result of CleanKnownTypes and any types defined through the KnownTypeAttribute of the object definition
- Fixed type in Deserialize method
- New Static method GetKnownTypesOfType
--------------------------------------------------------------------------------------------------------------------------
1.0.0.2 : 2015/08/23
SerializationExtensions: salt stored outside of source control (as an additional measure to protect salt)
LoggedClass: New constructor accepting parent logged class (events are sent to parent automatically)
--------------------------------------------------------------------------------------------------------------------------