Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3e10b83
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 17, 2024
6c4130a
Update Versions.props
ViktorHofer Jan 17, 2024
f1813c8
Make xunit.props respect different versions and assert libraries
ViktorHofer Jan 17, 2024
35a3e14
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 17, 2024
51646af
Avoid XUNIT_SPAN unambiguous call issues
ViktorHofer Jan 17, 2024
1b7d1e5
Merge branch 'darc-main-5551d309-34c9-4856-a8f9-48242922b036' of http…
ViktorHofer Jan 17, 2024
2aab1e2
Disable obsoletion warning for xunit Delegating*Sink
ViktorHofer Jan 17, 2024
ebfd0cb
Fix nullable collection test
ViktorHofer Jan 17, 2024
dd3ac47
Fix "DynamicObject_MissingProperty" null test
ViktorHofer Jan 17, 2024
00e9a4c
Remove unnecessary Extensions references
ViktorHofer Jan 17, 2024
e284d1f
Update dependencies from xharness 9.0.0-prerelease.24066.3
ViktorHofer Jan 17, 2024
031337b
Try to fix TryCatchFinally test for real
ViktorHofer Jan 17, 2024
cccbfd8
Merge branch 'darc-main-5551d309-34c9-4856-a8f9-48242922b036' of http…
ViktorHofer Jan 17, 2024
f14eb87
Fix TryCatchFinally for real real
ViktorHofer Jan 18, 2024
b6e0a81
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 18, 2024
67514c5
Fix TryCatchFinally for real real real
ViktorHofer Jan 18, 2024
d0f7492
Merge branch 'darc-main-5551d309-34c9-4856-a8f9-48242922b036' of http…
ViktorHofer Jan 18, 2024
976cdc3
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 18, 2024
913d031
Work around Mono issue in AppDomainTests.AssemblyLoad
akoeplinger Jan 18, 2024
e0813a3
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 19, 2024
bddd444
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 19, 2024
913a970
Update xunit.props
ViktorHofer Jan 19, 2024
e68e737
Update xunit.props
ViktorHofer Jan 19, 2024
ec3f6b2
Merge branch 'main' into darc-main-5551d309-34c9-4856-a8f9-48242922b036
akoeplinger Jan 19, 2024
a262d22
Update dependencies from https://github.com/dotnet/arcade build 20240…
dotnet-maestro[bot] Jan 21, 2024
2267a5c
Disable DisabledRuntimeMarshalling_Disabled_NativeAssemblyEnabled test
akoeplinger Jan 21, 2024
f5729ce
Disable AmbiguousImplementationException.ilproj and Pause_ro.csproj too
akoeplinger Jan 21, 2024
4a6bdb8
Disable Regression2_Regressions.csproj too
akoeplinger Jan 21, 2024
464babf
Revert "Disable Regression2_Regressions.csproj too"
MichalStrehovsky Jan 22, 2024
5967c84
Revert "Disable AmbiguousImplementationException.ilproj and Pause_ro.…
MichalStrehovsky Jan 22, 2024
8f2d412
Revert "Disable DisabledRuntimeMarshalling_Disabled_NativeAssemblyEna…
MichalStrehovsky Jan 22, 2024
36533db
Work around IsPrimitive compilation issue
MichalStrehovsky Jan 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Disable DisabledRuntimeMarshalling_Disabled_NativeAssemblyEna…
…bled test"

This reverts commit 2267a5c.
  • Loading branch information
MichalStrehovsky committed Jan 22, 2024
commit 8f2d412695a4cdf9f1dd6b469c26bb3038926c1c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<MonoAotIncompatible>true</MonoAotIncompatible>

<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="PInvokeAssemblyMarshallingEnabled/*.cs" />
Expand Down