Skip to content

Support DBNull in netstandard1.3 assembly#394

Merged
dougbu merged 2 commits intoaspnet:mainfrom
dougbu:dougbu/handle.dbnull
Mar 2, 2023
Merged

Support DBNull in netstandard1.3 assembly#394
dougbu merged 2 commits intoaspnet:mainfrom
dougbu:dougbu/handle.dbnull

Conversation

@dougbu
Copy link
Copy Markdown
Contributor

@dougbu dougbu commented Mar 1, 2023

  • available from the System.Data.Common package
  • extend DBNull testing to include net6.0
    • s/NETCOREAPP/NETCOREAPP2_1/ where possible
  • fix comments in HttpValueCollectionTest
    • comments about DBNull there were incorrect

- available from the System.Data.Common package
- extend `DBNull` testing to include `net6.0`
  - s/NETCOREAPP/NETCOREAPP2_1/ where possible
- fix comments in `HttpValueCollectionTest`
  - comments about `DBNull` there were incorrect
@dougbu
Copy link
Copy Markdown
Contributor Author

dougbu commented Mar 1, 2023

Thanks to @ajcvickers for his System.Data.Common suggestion❕

Still have an outstanding question to @JamesNK about whether the workaround (hack) in BsonMediaTypeFormatter is correct and necessary for all platforms.

@dougbu
Copy link
Copy Markdown
Contributor Author

dougbu commented Mar 1, 2023

Hmm, something is wrong w/ our artifact handling in this pipeline. Can't rerun a single job and I'm not sure why not.

@dougbu
Copy link
Copy Markdown
Contributor Author

dougbu commented Mar 1, 2023

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

- `publish` / `PublishPipelineArtifact@1` task doesn't overwrite an existing build artifact
  - bit different from `PublishBuildArtifacts@1`
- follow guidance at <https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/pipeline-artifacts?view=azure-devops&tabs=yaml-task#q-can-i-delete-pipeline-artifacts-when-re-running-failed-jobs>
@dougbu dougbu merged commit cb7628f into aspnet:main Mar 2, 2023
@dougbu dougbu deleted the dougbu/handle.dbnull branch March 2, 2023 00:53
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.

3 participants