Skip to content

.NET10: Fixes .NET 10 compilation warnings#5800

Draft
kirankumarkolli wants to merge 1 commit intomainfrom
users/kirankk/fix_net10
Draft

.NET10: Fixes .NET 10 compilation warnings#5800
kirankumarkolli wants to merge 1 commit intomainfrom
users/kirankk/fix_net10

Conversation

@kirankumarkolli
Copy link
Copy Markdown
Member

C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(73,16): error CS8981: The type name 'simple' only contains lower-cased ascii characters. Such names may become reserved for the language.
C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(84,16): error CS8981: The type name 'nested' only contains lower-cased ascii characters. Such names may become reserved for the language.
C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(96,16): error CS8981: The type name 'complex' only contains lower-cased ascii characters. Such names may become reserved for the language.

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Include samples if adding new API, and include relevant motivation and context. List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #IssueNumber

    C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(73,16): error CS8981: The type name 'simple' only contains lower-cased ascii characters. Such names may become reserved for the language.
    C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(84,16): error CS8981: The type name 'nested' only contains lower-cased ascii characters. Such names may become reserved for the language.
    C:\src\v32\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Linq\LinqSQLTranslationBaselineTests.cs(96,16): error CS8981: The type name 'complex' only contains lower-cased ascii characters. Such names may become reserved for the language.
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
Successfully started running 1 pipeline(s).

@kirankumarkolli kirankumarkolli changed the title Fixing .NET 10 compilation warnings .NET10: Fixes .NET 10 compilation warnings Apr 22, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

All good!

@kirankumarkolli
Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
Successfully started running 1 pipeline(s).

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

Successfully merging this pull request may close these issues.

1 participant