xSolon.Events
1.0.0.8
dotnet add package xSolon.Events --version 1.0.0.8
NuGet\Install-Package xSolon.Events -Version 1.0.0.8
<PackageReference Include="xSolon.Events" Version="1.0.0.8" />
paket add xSolon.Events --version 1.0.0.8
#r "nuget: xSolon.Events, 1.0.0.8"
// Install xSolon.Events as a Cake Addin #addin nuget:?package=xSolon.Events&version=1.0.0.8 // Install xSolon.Events as a Cake Tool #tool nuget:?package=xSolon.Events&version=1.0.0.8
Event/Notification infrastructure application blocks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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/09/19
Additional Encyrption algorthim
--------------------------------------------------------------------------------------------------------------------------
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)
--------------------------------------------------------------------------------------------------------------------------