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 48e8ea8 commit 6a6d128
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 12 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/benchmarks/benchmarks.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/driver/driver.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/generators/generators.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/language/core/core.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/language/library/library.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/language/service/service.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/language/tooling/tooling.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/runtime/compiler/compiler.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/runtime/core/core.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/runtime/interpreter/interpreter.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/tests/tests.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[assembly: DisableRuntimeMarshalling]
[module: SkipLocalsInit]

0 comments on commit 6a6d128

Please sign in to comment.