Conversation
markwgit
commented
Dec 29, 2024
- Updated the projects and added support for net8.0
- Updated nuspec file and readme.
- Updated test project to run on net8.0.
- Updated the projects and added support for net8.0 - Updated nuspec file and readme. - Updated test project to run on net8.0.
|
@markwgit thanks for the PR. The build for PR failed. I believe should use net 8 to build name: Pull Request CI
on:
pull_request:
branches:
- master
jobs:
build:
name: Build and Test
runs-on: windows-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Build project
run: dotnet build azure-documentdb-odata-sql.sln
- name: Run tests
run: dotnet test azure-documentdb-odata-sql.sln |
|
@aboo, I update deployment.yml and pullrequest.yml files. |
|
@aboo, We have some issue with 2 tests after we upgrade Microsoft.AspNetCore.OData to 9.1.1 |
|
Hi @aboo , I tried investigate the issues with 2 tests. The issue does not related to .NET8. FOr example, the Cosmos DB query in test "TranslateAnyToJoin_WhenThereIsOneNestedjoinWithComplexPath" is generated incorrectly: Could you please look on this issue or may be forfard this issue to relevant person? |