Skip to content

Commit

Permalink
Set DisableRuntimeMarshalling=true in Directory.Build.props.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Feb 11, 2024
1 parent 0ddd055 commit 70f2dab
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AnalysisLevel>latest-all</AnalysisLevel>
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<EnablePackageValidation>true</EnablePackageValidation>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand Down
1 change: 0 additions & 1 deletion src/cli/cli.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/client/client.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/common/common.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/formats/formats.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/interop/interop.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[assembly: DisableRuntimeMarshalling]
[assembly: Experimental("ND0001", UrlFormat = "https://github.com/vezel-dev/novadrop/issues/117")]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/net/net.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/tools/dc/dc.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/tools/gpk/gpk.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]
1 change: 0 additions & 1 deletion src/tools/rc/rc.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]

0 comments on commit 70f2dab

Please sign in to comment.