private readonly ILogger _logger;
#OpenBullet2 #Cybersecurity #DevTools
Instead of writing your own, check community repositories. Common plugins include:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <Reference Include="OpenBullet2"> <HintPath>path\to\OpenBullet2.dll</HintPath> </Reference> <Reference Include="RuriLib"> <HintPath>path\to\RuriLib.dll</HintPath> </Reference> </ItemGroup> </Project>
private readonly ILogger _logger;
#OpenBullet2 #Cybersecurity #DevTools
Instead of writing your own, check community repositories. Common plugins include:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <Reference Include="OpenBullet2"> <HintPath>path\to\OpenBullet2.dll</HintPath> </Reference> <Reference Include="RuriLib"> <HintPath>path\to\RuriLib.dll</HintPath> </Reference> </ItemGroup> </Project>