Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
84a7872
Don't reference ns.dll inside shared framework
ViktorHofer May 20, 2021
0d414d3
Add netcoreapp2.0 config to SystemEvents
ViktorHofer May 20, 2021
35497b1
Reference netstandard shim in OOBs that require it
ViktorHofer May 20, 2021
15f7a63
Add fallback folder for NetCoreAppCurrent for ApiCompat
ViktorHofer May 20, 2021
a245863
Fix unix configurations
ViktorHofer May 21, 2021
494691d
Fix NullableAttribute ifdefs and trim using
ViktorHofer May 21, 2021
7559971
More fixes
ViktorHofer May 21, 2021
86f2e60
Add additional .NETCoreApp configurations to avoid NS shim
ViktorHofer May 25, 2021
b1b8c5e
Rebase errors fixed
ViktorHofer May 28, 2021
7526e04
Remove unnecessary netcoreapp3.1 configs
ViktorHofer May 31, 2021
5e963d9
Add one more config
ViktorHofer May 31, 2021
774f5ae
Undo ExcludeNetCoreAppCurrent changes
ViktorHofer May 31, 2021
2c3d9f0
Update Microsoft.NETCore.Platforms.csproj
ViktorHofer May 31, 2021
f8fa9c7
Disable failing CodeDom tests
ViktorHofer Jun 1, 2021
fa2d97d
Merge branch 'main' into DefineNetStandardRef
ViktorHofer Jun 8, 2021
577c0f7
Update RequiresUnreferencedCodeAttribute.cs
ViktorHofer Jun 9, 2021
4db5ecd
Update Microsoft.Extensions.Primitives.csproj
ViktorHofer Jun 9, 2021
f5123ff
Update System.Diagnostics.DiagnosticSource.csproj
ViktorHofer Jun 9, 2021
19dd369
Merge remote-tracking branch 'upstream/main' into DefineNetStandardRef
ViktorHofer Jun 9, 2021
1b9c2db
Disable failing tests
ViktorHofer Jun 9, 2021
f6175b8
Apply suggestions from code review
ViktorHofer Jun 10, 2021
a65671c
Update VBCodeGenerationTests.cs
ViktorHofer Jun 10, 2021
459305d
Update ConfigurationSectionTest.cs
ViktorHofer Jun 10, 2021
01a9ab2
Update CodeTypeReference.cs
ViktorHofer Jun 10, 2021
2da8671
Update Microsoft.Extensions.Logging.Console.csproj
ViktorHofer Jun 10, 2021
f461ee8
Update disableVerifyClosure.targets
ViktorHofer Jun 10, 2021
3855df9
Update disableVerifyClosure.targets
ViktorHofer Jun 10, 2021
120d839
PR feedback
ViktorHofer Jun 10, 2021
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
Update ConfigurationSectionTest.cs
  • Loading branch information
ViktorHofer authored Jun 10, 2021
commit 459305d99d07398e3d72d6788c096a61482e2700
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace MonoTests.System.Configuration
public class ConfigurationSectionTest
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/53960", TargetFrameworkMonikers.Netcoreapp)]
public void TwoConfigElementsInARow() // Bug #521231
{
string config = @"<fooconfig><foos><foo id=""1"" /></foos><bars><bar id=""1"" /></bars></fooconfig>";
Expand Down