Skip to content

EF Core updates #17

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

Merged
merged 26 commits into from
Mar 17, 2025
Merged

EF Core updates #17

merged 26 commits into from
Mar 17, 2025

Conversation

YuriyDurov
Copy link
Member

No description provided.

@YuriyDurov YuriyDurov requested a review from a-gubskiy March 13, 2025 12:17
Comment on lines +13 to +30
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'

- name: Install dependencies
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore

- name: Test
run: dotnet test --no-restore --verbosity normal

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@a-gubskiy a-gubskiy merged commit 35d7152 into main Mar 17, 2025
2 checks passed
@a-gubskiy a-gubskiy deleted the ef-core-entity-builder-extensions branch March 19, 2025 11:14
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