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

fix warnings number for f# index notation #41412

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

joprice
Copy link
Contributor

@joprice joprice commented Jun 12, 2024

Summary

Corrects an incorrect warning number for deprecated fsharp index notation.

Fixes #38515


Internal previews

📄 File 🔗 Preview link
docs/fsharp/language-reference/members/indexed-properties.md Indexed Properties
docs/fsharp/whats-new/fsharp-6.md What's new in F# 6 - F# Guide

@dotnet-bot dotnet-bot added this to the June 2024 milestone Jun 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Jun 12, 2024
@joprice
Copy link
Contributor Author

joprice commented Jun 12, 2024

@dotnet-policy-service agree

Copy link
Member

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@T-Gro T-Gro enabled auto-merge (squash) June 17, 2024 09:59
@T-Gro T-Gro merged commit ec5eadb into dotnet:main Jun 17, 2024
11 checks passed
@joprice joprice deleted the indexNotationWarning branch June 17, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-fsharp/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning number 3566 for Index notation is wrong, should be 3366
4 participants