Cogs.ActiveExpressions
1.9.2
See the version list below for details.
dotnet add package Cogs.ActiveExpressions --version 1.9.2
NuGet\Install-Package Cogs.ActiveExpressions -Version 1.9.2
<PackageReference Include="Cogs.ActiveExpressions" Version="1.9.2" />
paket add Cogs.ActiveExpressions --version 1.9.2
#r "nuget: Cogs.ActiveExpressions, 1.9.2"
// Install Cogs.ActiveExpressions as a Cake Addin #addin nuget:?package=Cogs.ActiveExpressions&version=1.9.2 // Install Cogs.ActiveExpressions as a Cake Tool #tool nuget:?package=Cogs.ActiveExpressions&version=1.9.2
Cogs for active expressions.
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
- Cogs.Collections (>= 1.5.6)
- Cogs.Components (>= 1.0.5)
- Cogs.Disposal (>= 1.1.2)
- Cogs.Reflection (>= 1.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cogs.ActiveExpressions:
Package | Downloads |
---|---|
Cogs.ActiveQuery
Cogs for active queries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.17.2 | 468 | 2/10/2023 |
1.17.1 | 489 | 1/26/2023 |
1.17.0 | 268 | 1/26/2023 |
1.16.1 | 472 | 1/21/2023 |
1.16.0 | 462 | 5/17/2022 |
1.15.2 | 3,056 | 4/12/2022 |
1.15.1 | 456 | 4/12/2022 |
1.15.0 | 466 | 4/12/2022 |
1.14.4 | 671 | 4/11/2022 |
1.14.3 | 2,159 | 12/21/2021 |
1.14.2 | 911 | 12/16/2021 |
1.14.1 | 304 | 12/7/2021 |
1.14.0 | 809 | 11/3/2021 |
1.12.0 | 1,495 | 2/20/2021 |
1.11.0 | 657 | 2/8/2021 |
1.10.6 | 515 | 2/1/2021 |
1.10.5 | 532 | 1/30/2021 |
1.10.4 | 374 | 1/30/2021 |
1.10.3 | 620 | 11/23/2020 |
1.10.2 | 543 | 11/22/2020 |
1.10.1 | 1,612 | 10/19/2020 |
1.10.0 | 835 | 9/28/2020 |
1.9.2 | 784 | 9/27/2020 |
1.9.1 | 745 | 9/27/2020 |
1.9.0 | 759 | 9/27/2020 |
1.8.2 | 513 | 6/2/2020 |
1.8.1 | 655 | 6/2/2020 |
1.8.0 | 520 | 6/2/2020 |
1.7.2 | 871 | 5/26/2020 |
1.7.1 | 652 | 5/26/2020 |
1.7.0 | 494 | 5/26/2020 |
1.6.2 | 497 | 5/26/2020 |
1.6.1 | 750 | 5/17/2020 |
1.6.0 | 695 | 5/15/2020 |
1.5.3 | 449 | 5/13/2020 |
1.5.2 | 840 | 5/13/2020 |
1.5.1 | 715 | 5/13/2020 |
1.5.0 | 674 | 5/12/2020 |
1.4.0 | 678 | 5/9/2020 |
1.3.0 | 664 | 5/9/2020 |
1.2.0 | 1,085 | 4/29/2020 |
1.1.1 | 684 | 4/17/2020 |
1.1.0 | 860 | 4/11/2020 |
1.0.2 | 887 | 3/4/2020 |
1.0.1 | 495 | 3/3/2020 |
1.0.0 | 493 | 3/3/2020 |
We no longer assume that the value of the Expression property of an InvocationExpression is either a LambdaExpression or a ConstantExpression and throw when it is not. Now, when we encounter any type other than a LambdaExpression as the value of the Expression property of an InvocationExpression, we require that the type to which it would evaluate is some type of delegate. Then we actively monitor it as we do other nodes in expression trees.