Skip to content

Commit

Permalink
IsPackable
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Feb 21, 2022
1 parent 9f9a2f8 commit 7e685c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This library allows you to write distributed load test scenarios in C#. In addition to HTTP/1, you can test HTTP/2, gRPC, MagicOnion, Photon, or original network transport by writing in C#.

**Work In Progress** Preview `0.99.0`.
**Work In Progress** Preview `0.99.1`.

![image](https://user-images.githubusercontent.com/46207/154911899-ad34d09d-e97f-42c2-a6e2-add63ead356c.png)

Expand Down
4 changes: 3 additions & 1 deletion sandbox/ConsoleApp2/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using DFrame;

using DFrame;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;

Expand All @@ -20,6 +21,7 @@ await Host.CreateDefaultBuilder(args)
// }
//});

#pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously

public class SampleHttpWorker : Workload
{
Expand Down
1 change: 1 addition & 0 deletions src/DFrame.Controller/DFrame.Controller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<!-- NuGet Packaging -->
<SignAssembly>true</SignAssembly>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e685c7

Please sign in to comment.