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

Enhanced the text cursor #363

Merged
merged 14 commits into from
Nov 19, 2024
Merged

Enhanced the text cursor #363

merged 14 commits into from
Nov 19, 2024

Conversation

victor-pogor
Copy link
Member

@victor-pogor victor-pogor commented Nov 19, 2024

This pull request includes several updates and additions to the project, focusing primarily on dependency updates, configuration changes, and the addition of new projects and files. Below is a summary of the most important changes:

Dependency Updates:

  • Updated versions of various packages in Directory.Packages.props, including Microsoft.Extensions.ObjectPool, Microsoft.NET.Test.Sdk, and xunit. [1] [2]

Configuration Changes:

  • Updated .config/dotnet-tools.json to newer versions of tools and added the rollForward option.
  • Added new diagnostic severity settings in .editorconfig for SA1503 and SA1500 rules. [1] [2]

Project Additions:

  • Added new projects OffDotNet.CodeAnalysis.Pdf and OffDotNet.CodeAnalysis.Pdf.Tests to the solution file OffDotNet.sln. [1] [2] [3]

New Files:

  • Added OffDotNet.slnx with structured project and folder organization.
  • Added several new files under src/OffDotNet.CodeAnalysis.Pdf, including DiagnosticOptions.cs, RootConfigurations.cs, Dependencies.cs, DiagnosticCode.cs, MessageProvider.cs, Lexer.cs, and RawSyntaxNode.cs. [1] [2] [3] [4] [5] [6] [7]

These changes collectively enhance the project's dependency management, configuration, and structure, while also introducing new functionality through the addition of new projects and files.

@victor-pogor victor-pogor requested a review from Copilot November 19, 2024 09:42
@victor-pogor victor-pogor linked an issue Nov 19, 2024 that may be closed by this pull request

Choose a reason for hiding this comment

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

Copilot reviewed 41 out of 56 changed files in this pull request and generated no suggestions.

Files not reviewed (15)
  • .config/dotnet-tools.json: Language not supported
  • .editorconfig: Language not supported
  • Directory.Packages.props: Language not supported
  • OffDotNet.sln: Language not supported
  • OffDotNet.slnx: Language not supported
  • src/Directory.Build.props: Language not supported
  • src/OffDotNet.CodeAnalysis.Pdf/OffDotNet.CodeAnalysis.Pdf.csproj: Language not supported
  • src/GlobalUsings.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Syntax/RawSyntaxToken.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Diagnostics/DiagnosticCode.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Syntax/RawSyntaxTrivia.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Diagnostics/MessageProvider.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Syntax/SyntaxKind.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Lexer/Lexer.cs: Evaluated as low risk
  • src/OffDotNet.CodeAnalysis.Pdf/Syntax/RawSyntaxNode.cs: Evaluated as low risk
@victor-pogor victor-pogor marked this pull request as ready for review November 19, 2024 09:48
@victor-pogor victor-pogor merged commit 3b8d882 into main Nov 19, 2024
12 checks passed
@victor-pogor victor-pogor deleted the 339-implement-lexer branch November 19, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement lexer
1 participant