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

Feature/change selector accessors #143

Merged

Conversation

gdeswardt
Copy link
Collaborator

Upgrade target frameworks

This commit updates the project to use the latest .NET framework version
and removes any previously unsupported framework versions. This ensures
compatibility with the most recent features, performance improvements,
and security updates.

Fix unit test with platform agnostic line breaks

This commit resolves the issue of failing unit tests caused by Windows
specific newline breaks in a non-Windows environment. The Windows
newline breaks have been replaced with the platform-agnostic
Environment.NewLine, ensuring compatibility across different operating
systems.

Make selectors accessors public

This commit modifies the access level of internal accessors on the
selector instance, making them public. This change allows for better
integration and utilization of the selector in LINQ queries when the
package is used within other applications.

#142

Gideon de Swardt added 3 commits March 27, 2023 16:43
This commit updates the project to use the latest .NET framework version
and removes any previously unsupported framework versions. This ensures
compatibility with the most recent features, performance improvements,
and security updates.
This commit resolves the issue of failing unit tests caused by Windows
specific newline breaks in a non-Windows environment. The Windows
newline breaks have been replaced with the platform-agnostic
Environment.NewLine, ensuring compatibility across different operating
systems.
This commit modifies the access level of internal accessors on the
selector instance, making them public. This change allows for better
integration and utilization of the selector in LINQ queries when the
package is used within other applications.
@TylerBrinks TylerBrinks merged commit d577b2e into TylerBrinks:master Mar 28, 2023
@gdeswardt gdeswardt deleted the feature/change-selector-access branch March 28, 2023 15:49
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.

2 participants