Gommon 2.6.6
dotnet add package Gommon --version 2.6.6
NuGet\Install-Package Gommon -Version 2.6.6
<PackageReference Include="Gommon" Version="2.6.6" />
paket add Gommon --version 2.6.6
#r "nuget: Gommon, 2.6.6"
// Install Gommon as a Cake Addin #addin nuget:?package=Gommon&version=2.6.6 // Install Gommon as a Cake Tool #tool nuget:?package=Gommon&version=2.6.6
Common classes/utilities used in my projects. Made for redundancy so I don't have duplicate code in my repositories.
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 (>= 2023.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Gommon:
Package | Downloads |
---|---|
Volte.UI
The mini abstraction used for the UI of Volte. https://github.com/Polyhaze/Volte |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Gommon:
Repository | Stars |
---|---|
GreemDev/Ryujinx
Experimental Switch emulator written in C#
|
Version | Downloads | Last updated |
---|---|---|
2.6.6 | 352 | 11/17/2024 |
2.6.5 | 9,718 | 8/15/2024 |
2.6.4 | 82 | 7/30/2024 |
2.6.3 | 65 | 7/30/2024 |
2.6.2 | 92 | 7/25/2024 |
2.6.1 | 110 | 7/14/2024 |
2.6.0.3 | 103 | 5/10/2024 |
2.6.0.2 | 88 | 5/2/2024 |
2.6.0.1 | 77 | 5/2/2024 |
2.6.0 | 111 | 4/26/2024 |
2.5.2 | 100 | 4/26/2024 |
2.5.1.1 | 99 | 4/26/2024 |
2.5.1 | 179 | 4/14/2024 |
2.5.0 | 129 | 4/14/2024 |
2.4.4 | 114 | 4/14/2024 |
2.4.3 | 211 | 7/17/2023 |
2.4.2 | 150 | 7/17/2023 |
2.4.1 | 151 | 7/13/2023 |
2.4.0 | 560 | 12/13/2021 |
2.3.4 | 311 | 12/10/2021 |
2.3.3 | 287 | 12/9/2021 |
2.3.2 | 292 | 12/9/2021 |
2.3.1 | 312 | 12/9/2021 |
2.2.0 | 298 | 12/8/2021 |
2.1.1 | 295 | 11/27/2021 |
2.1.0 | 1,979 | 11/27/2021 |
2.0.0 | 343 | 11/8/2021 |
1.5.1 | 366 | 10/15/2021 |
1.5.0 | 365 | 10/9/2021 |
1.4.3 | 347 | 10/6/2021 |
1.4.2 | 686 | 6/2/2021 |
1.4.1 | 410 | 6/2/2021 |
1.4.0 | 419 | 4/18/2021 |
1.3.0 | 390 | 3/31/2021 |
1.2.2 | 655 | 8/26/2020 |
1.2.1 | 494 | 8/26/2020 |
1.2.0 | 884 | 8/12/2019 |
1.1.0 | 648 | 5/3/2019 |
1.0.2 | 590 | 4/14/2019 |
1.0.1 | 549 | 4/13/2019 |
1.0.0 | 589 | 4/12/2019 |
Top-level namespaces
Constant renaming
Change FilePath.Resolve to use Path.Combine
Added simple string message overload to OrThrow in Optional
Renamed Require to RequireObject (void returning)
Added Require{T} which returns the definitely not-null object, similar to Objects.requireNonnull from Java.
Added the missing Double language alias in Type#AsPrettyString.
Executor.ExecuteAfterDelay & Execute now wrap the Action in Lambda.Try.
Added MethodImplOptions.AggressiveInlining to all Lambda methods.
Removed cool yet, frankly, ultimately useless Loop utility class.
Mirror#CallGenericSafe now checks if the target method is a generic method definition before attempting to reflectively make it a generic method.