Ryder 0.5.2
See the version list below for details.
dotnet add package Ryder --version 0.5.2
NuGet\Install-Package Ryder -Version 0.5.2
<PackageReference Include="Ryder" Version="0.5.2" />
paket add Ryder --version 0.5.2
#r "nuget: Ryder, 0.5.2"
// Install Ryder as a Cake Addin #addin nuget:?package=Ryder&version=0.5.2 // Install Ryder as a Cake Tool #tool nuget:?package=Ryder&version=0.5.2
Minimal .NET Standard library used to redirect calls from one method to another. Ryder also exists as a single lightweight .cs file; please see the repository.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.3
- System.Collections (>= 4.1.0)
- System.Reflection.Emit.Lightweight (>= 4.1.0)
- System.Reflection.Extensions (>= 4.1.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ryder:
Package | Downloads |
---|---|
Cometary.Core
Core package for Cometary, required by the analyzer to edit the dependant assembly. It defines the CompilationEditor type, used to edit assemblies during compilation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.0 | 288,177 | 4/8/2019 |
0.7.0 | 853 | 10/7/2018 |
0.6.0 | 2,564 | 11/9/2017 |
0.5.2 | 4,100 | 8/10/2017 |
0.5.1 | 904 | 8/7/2017 |
0.5.0 | 954 | 8/3/2017 |
0.4.1 | 949 | 8/2/2017 |
0.4.0 | 932 | 7/31/2017 |
0.3.5 | 932 | 7/31/2017 |
0.3.4 | 880 | 7/31/2017 |
0.3.3 | 904 | 7/31/2017 |
0.3.2 | 916 | 7/27/2017 |
0.3.1 | 906 | 7/27/2017 |
0.3.0 | 894 | 7/27/2017 |
0.2.0 | 867 | 7/26/2017 |
0.1.0 | 1,046 | 7/24/2017 |
- Methods will now be automatically compiled if needed.
- Performance improvements by switching from reflection to reflection.emit.
- Fixed reflection error encountered in .NET Framework.
- Made TryPrepare method public, JIT compilation is now fully automatic.