Sem.Tools
1.0.8
See the version list below for details.
dotnet add package Sem.Tools --version 1.0.8
NuGet\Install-Package Sem.Tools -Version 1.0.8
<PackageReference Include="Sem.Tools" Version="1.0.8" />
paket add Sem.Tools --version 1.0.8
#r "nuget: Sem.Tools, 1.0.8"
// Install Sem.Tools as a Cake Addin #addin nuget:?package=Sem.Tools&version=1.0.8 // Install Sem.Tools as a Cake Tool #tool nuget:?package=Sem.Tools&version=1.0.8
Some generic tools like encrypting JSON converter, simple string hashing and
guard methods for null-validation of method parameters.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- JetBrains.Annotations (>= 2019.1.3)
- Microsoft.CodeAnalysis.CSharp (>= 3.4.0)
- Microsoft.VisualStudio.Validation (>= 15.5.31)
- System.Security.Cryptography.ProtectedData (>= 4.7.0)
- System.Text.Json (>= 4.7.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Sem.Tools:
Package | Downloads |
---|---|
Sem.Tools.CmdLine
Command line tools including a menu-system that creates menu entries from methods or public methods of classes by interpreting the documentation comments. |
|
Sem.Tools.Logging
Simple scoped logging. Provides ability to forward log entries to other frameworks. The main aspect to implement this was to provide logging inside my libraries while still letting the main application decide what framework to use for log-output. |
|
Sem.Data.SprocAccess.FileSystem
Implementation of IDatabase.Execute using static text-files. This implementation can be used to easily mock database access. Each SPROC gets its own folder and each combination of parameters its own file. |
|
Sem.Tools.TestHelper
Some helper methods to write "better" / "easier to read" unit tests. One example is ExpectedExceptionMessageAttribute - a replacement fo the ExpectedExceptionAttribute that also validates the exception message. |
GitHub repositories
This package is not used by any popular GitHub repositories.