Skip to content

Replace calls to .Any() with .Count is not 0. #49

Replace calls to .Any() with .Count is not 0.

Replace calls to .Any() with .Count is not 0. #49

Workflow file for this run

name: .NET Core (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@main
- name: .NET core build
uses: actions/setup-dotnet@main
with:
dotnet-version: '6.0.x'
include-prerelease: true
- name: Restore, Build, test, and pack
uses: Elskom/build-dotnet@main
with:
TEST: true