mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
Minor fixes
This commit is contained in:
parent
71c2b32c69
commit
8e539b573b
@ -30,6 +30,7 @@ namespace Capnp.Net.Runtime.Tests
|
||||
{
|
||||
ExpectingLogOutput = true;
|
||||
|
||||
Logging.LoggerFactory?.Dispose();
|
||||
Logging.LoggerFactory = new LoggerFactory().AddConsole((msg, level) =>
|
||||
{
|
||||
if (!ExpectingLogOutput && level != LogLevel.Debug)
|
||||
|
@ -33,6 +33,7 @@ namespace Capnp.Net.Runtime.Tests
|
||||
[TestInitialize]
|
||||
public void InitConsoleLogging()
|
||||
{
|
||||
Logging.LoggerFactory?.Dispose();
|
||||
Logging.LoggerFactory = new LoggerFactory().AddConsole((msg, level) => true);
|
||||
Logger = Logging.CreateLogger<TcpRpcStress>();
|
||||
if (Thread.CurrentThread.Name == null)
|
||||
|
@ -17,6 +17,7 @@
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<PackageTags>capnp "Cap'n Proto" RPC serialization cerealization</PackageTags>
|
||||
<Version>1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
||||
|
@ -5,7 +5,7 @@
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RootNamespace>CapnpC</RootNamespace>
|
||||
<LangVersion>7.1</LangVersion>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Authors>Christian Köllner and contributors</Authors>
|
||||
<Description>Cap'n Proto C# code generator backend</Description>
|
||||
@ -13,6 +13,7 @@
|
||||
<PackageProjectUrl>https://github.com/c80k/capnproto-dotnetcore</PackageProjectUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<PackageTags>capnp capnpc RPC serialization cerealization</PackageTags>
|
||||
<Version>1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user