Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSharp.Compiler.Service FS0561: Accessibility modifiers are not allowed on this member #4685

Open
3 tasks
steveharter opened this issue Feb 4, 2025 · 1 comment

Comments

@steveharter
Copy link
Member

steveharter commented Feb 4, 2025

Build

https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=939643&view=logs&j=7e7b2497-c903-55a8-492d-826007752b9e

Build leg reported

Performance sdk_scenarios windows 22H2 x64 Open / Performance sdk_scenarios windows 22H2 x64 Open main / Send job to Helix (Windows)

Pull Request

#4588

Known issue core information

Fill out the known issue JSON section by following the step by step documentation on how to create a known issue

 {
    "ErrorMessage" : "",
    "BuildRetry": false,
    "ErrorPattern": "error FS0561: Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type",
    "ExcludeConsoleLog": false
 }

@dotnet/dnceng

Release Note Category

  • Feature changes/additions
  • Bug fixes
  • Internal Infrastructure Improvements

Release Note Description

Additional information about the issue reported

No response

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=939643
Error message validated: [error FS0561: Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 2/4/2025 7:12:52 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@ericstj ericstj transferred this issue from dotnet/dnceng Feb 5, 2025
@ericstj
Copy link
Member

ericstj commented Feb 5, 2025

Seems like a problem with

/// Gets the internal text container. Text may be on-disk, in a stream, or a source text.
abstract internal GetTextContainer: unit -> TextContainer

And could be fixed by removing redundant internal from that member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants