LSender 1.16.0
dotnet add package LSender --version 1.16.0
NuGet\Install-Package LSender -Version 1.16.0
<PackageReference Include="LSender" Version="1.16.0" />
paket add LSender --version 1.16.0
#r "nuget: LSender, 1.16.0"
// Install LSender as a Cake Addin #addin nuget:?package=LSender&version=1.16.0 // Install LSender as a Cake Tool #tool nuget:?package=LSender&version=1.16.0
Ascetic aggregative repeater for loggers etc.
Features
Control vectors
LSender.Sent += (object sender, MsgArgs e) =>
{
Assert.True(e.At("Module"));
Assert.True(e.At("DepC", "Module"));
Assert.True(e.At("DepC", "DepB", "Module"));
Assert.True(e.At("DepC", "DepB", "DepA", "Module"));
Assert.False(e.At("DepB", "DepC", "Module"));
Assert.False(e.At("DepA", "DepB", "Module"));
Assert.True(e.At("DepB", "DepA", "Module"));
};
Split within the domain
It can also be splitted within the domain,
<PropertyGroup>
<LSenderExtIncSrc>..\LSender\src\</LSenderExtIncSrc>
</PropertyGroup>
<Import Project="$(LSenderExtIncSrc)src.targets" />
<ItemGroup>
<ProjectReference Include="..\ModuleA\ClassA.csproj">
<Aliases>ModuleA,%(Aliases)</Aliases>
</ProjectReference>
<ProjectReference Include="..\ModuleB\ClassB.csproj">
<Aliases>ModuleB,%(Aliases)</Aliases>
</ProjectReference>
</ItemGroup>
extern alias ModuleA;
extern alias ModuleB;
namespace UserCode
{
class Program
{
static void Main()
{
// ModuleA.net.r_eg.Components.LSender
// ModuleB.net.r_eg.Components.LSender
// ...
}
}
}
Configure vectors
<PropertyGroup>
<DefineConstants>LSR_FEATURE_S_VECTOR;$(DefineConstants)</DefineConstants>
<LSenderExtIncSrc>..\LSender\src\</LSenderExtIncSrc>
</PropertyGroup>
<Import Project="$(LSenderExtIncSrc)src.targets" />
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. 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 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit.Lightweight (>= 4.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LSender:
Package | Downloads |
---|---|
E-MSBuild
Advanced Evaluator of MSBuild scripts aka Advanced MSBuild with user-variables support through Varhead and more. https://github.com/3F/E-MSBuild (name = " - Platform is a (Platform) ") (name += ( …:project )) (i += 1) / (i -= 1) / (name += "str") (( …:( … ))) (n += 3.14) (n += (n)) (start = ([System.DateTime]::Parse("2019/08/01").ToBinary())) (pdir = (ProjectDir.Replace('\', '/'):project)) … Read the documentation with examples. https://github.com/3F/E-MSBuild/blob/master/Readme.md ======================================= gnt /p:ngpackages="EvMSBuild/1.14.1" ================== https://github.com/3F/GetNuTool E-MSBuild 1.14.1.19748+9cd4453 bSha1: 9cd4453 Configuration: PublicRelease :: generated by a vsSolutionBuildEvent v1.14.0.36854 |
|
Varhead
Evaluator of user variables and more. Designed for SobaScript, E-MSBuild, and so on. Platforms: netstandard2.0;net40 Used in SobaScript, E-MSBuild, vsSolutionBuildEvent, vsCommandEvent, ... https://github.com/3F ======================================= gnt /p:ngpackages="Varhead/1.14.0" ================== https://github.com/3F/GetNuTool Build info: S_NUM: 1.14.0 S_REV: 22146 S_NUM_REV: 1.14.0.22146 bSha1: 262835a bName: master bRevc: 7 Configuration: RCI_SDK15 revDeltaBase: 2019/09/09 revDeltaMin: 1000 revDeltaMax: 65534 :: generated by a vsSolutionBuildEvent v0.12.11.39273 |
GitHub repositories
This package is not used by any popular GitHub repositories.