We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27c90a7 + c59e1d5 commit 10bcd6bCopy full SHA for 10bcd6b
src/SpikeSafeCSharpSamples/GettingStarted/TcpSample.cs
@@ -1,4 +1,5 @@
1
using System;
2
+using SpikeSafeCSharpLib;
3
4
namespace SpikeSafeCSharpSamples.GettingStarted
5
{
@@ -8,6 +9,7 @@ public class TcpSample
8
9
10
public void Run()
11
12
+ new TcpSocket().Connect();
13
Console.WriteLine("TcpSample run()");
14
_log.Info("TcpSample run()");
15
}
src/SpikeSafeCSharpSamples/SpikeSafeCSharpSamples.csproj
@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
<None Include="nlog.config" CopyToOutputDirectory="Always" />
+ <PackageReference Include="SpikeSafeCSharpLib" Version="1.0.2" />
</ItemGroup>
</Project>
0 commit comments