Skip to content

Fix debug build of libraries tests#129579

Merged
lewing merged 1 commit into
dotnet:mainfrom
gbalykov:fix-debug-libs-tests
Jun 18, 2026
Merged

Fix debug build of libraries tests#129579
lewing merged 1 commit into
dotnet:mainfrom
gbalykov:fix-debug-libs-tests

Conversation

@gbalykov

Copy link
Copy Markdown
Member

Without this change there's error:

/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/TestConfiguration.cs(29,158): error CS0103: The name 'RuntimeInformation' does not exist in the current context [/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj::TargetFramework=net11.0-unix]

This is introduced in #129479

Without this chage there's error:

/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/TestConfiguration.cs(29,158): error CS0103: The name 'RuntimeInformation' does not exist in the current context [/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj::TargetFramework=net11.0-unix]
@gbalykov

Copy link
Copy Markdown
Member Author

cc @am11

@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jun 18, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@am11

am11 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Ops, it was in a subsequent commit I was cherry-picking from a branch.

@vcsjones

Copy link
Copy Markdown
Member

/ba-g verified change fixes build; merging now because the only lane waiting has been timing out and we don't want to wait for a timeout to fix a build break.

@lewing
lewing merged commit 5d59cb2 into dotnet:main Jun 18, 2026
96 of 99 checks passed
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-preview6 milestone Jun 19, 2026
eiriktsarpalis pushed a commit that referenced this pull request Jul 15, 2026
Without this change there's error:

```
/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/TestConfiguration.cs(29,158): error CS0103: The name 'RuntimeInformation' does not exist in the current context [/home/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj::TargetFramework=net11.0-unix]
```

This is introduced in #129479
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Net.Security community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants