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

Add end-to-end tests via GitHub Actions #1

Closed
wants to merge 8 commits into from
Closed

Conversation

barnuri-cp
Copy link
Owner

@barnuri-cp barnuri-cp commented Dec 13, 2024


For more details, open the Copilot Workspace session.

* Add more support in translator and fix bugs if existing

Add support for additional LINQ methods and update unit tests.

* **TaskLinqToKQLTranslator.cs**
  - Add support for `Skip` method in `Handle` method.
* **OrderByLinqToKQLTranslator.cs**
  - Add support for `ThenBy` and `ThenByDescending` methods in `Handle` method.
* **GroupByTranslatorTests.cs**
  - Add unit tests for `Count`, `Sum`, `Average`, `Min`, and `Max` methods.
* **SelectTranslatorTests.cs**
  - Add unit tests for `First`, `FirstOrDefault`, `Last`, and `LastOrDefault` methods.
* **TakeTranslatorTests.cs**
  - Add unit tests for `Skip` method.
* **OrderByTranslatorTests.cs**
  - Add unit tests for `ThenBy` and `ThenByDescending` methods.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/csharp-opensource/CSharp.OpenSource.LinqToKql?shareId=XXXX-XXXX-XXXX-XXXX).
@barnuri-cp barnuri-cp closed this Dec 13, 2024
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