Skip to content

Commit 039f4a5

Browse files
authored
add unsafe versions for datafilter class in c# (#618)
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent f8ccfaf commit 039f4a5

File tree

5 files changed

+933
-34
lines changed

5 files changed

+933
-34
lines changed

csharp_package/brainflow/brainflow/brainflow.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
</PropertyGroup>
66

7+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
8+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
</PropertyGroup>
10+
11+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
12+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13+
</PropertyGroup>
14+
715
</Project>

0 commit comments

Comments
 (0)