Skip to content

DataValidationContext.SetValue will clear any error associated with a… #343

DataValidationContext.SetValue will clear any error associated with a…

DataValidationContext.SetValue will clear any error associated with a… #343

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.302
- name: Restore dependencies
run: dotnet restore source
- name: Build
run: dotnet build source --no-restore
- name: Test
run: dotnet test source -f net6.0 --no-build --verbosity normal
#- name: Coverage
# run: dotnet --% test source/Sylvan.Data.Csv.Tests/ -c Release -f net6.0 /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:Include=\"[Sylvan.Data.Csv]*\"
#- name: Publish coverage
# uses: coverallsapp/github-action@v1.0.1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: reports/Sylvan.Data.Csv.Tests/coverage.net6.0.info