josephnhtam / live-streaming-server-net

A .NET implementation of RTMP live streaming server, supporting HTTP-FLV, WebSocket-FLV, HLS, Kubernetes, cloud storage services integration and more.
https://josephnhtam.github.io/live-streaming-server-net/
MIT License
74 stars 11 forks source link

chore(deps): bump Riok.Mapperly from 3.4.0 to 3.6.0 #44

Open dependabot[bot] opened 5 days ago

dependabot[bot] commented 5 days ago

Bumps Riok.Mapperly from 3.4.0 to 3.6.0.

Release notes

Sourced from Riok.Mapperly's releases.

v3.6.0

3.6.0 (2024-06-18)

Bug Fixes

  • correct syntax in nameof clause of throw null exceptions (#1263) (3d43a6f)
  • fixes using the wrong object factory when multiple factories with the same target type but different source types are used (#1313) (51aa1da)
  • In disable nullable reference type contexts do not assume nullable IQueryable generic types (#1268) (56b03d2)
  • prefer coalesce operator over if-else to simplify generated source code (#1262) (b4548d2)

Features

  • add a warning when a referenced mapping types do not match (#1256) (2fd22e3)
  • Adds an option to include all members of a single member (#1245) (b69b2a9)
  • Map from source object (#1247) (d790055)

v3.6.0-next.2

3.6.0-next.2 (2024-06-03)

Bug Fixes

  • fixes using the wrong object factory when multiple factories with the same target type but different source types are used (#1313) (51aa1da)
  • In disable nullable reference type contexts do not assume nullable IQueryable generic types (#1268) (56b03d2)

v3.6.0-next.1

3.6.0-next.1 (2024-05-03)

Bug Fixes

  • correct syntax in nameof clause of throw null exceptions (#1263) (3d43a6f)
  • prefer coalesce operator over if-else to simplify generated source code (#1262) (b4548d2)

Features

  • add a warning when a referenced mapping types do not match (#1256) (2fd22e3)
  • Adds an option to include all members of a single member (#1245) (b69b2a9)
  • Map from source object (#1247) (d790055)

v3.5.1

3.5.1 (2024-04-23)

Bug Fixes

  • Add missing generic constraints to generated methods (#1227) (5324612)

... (truncated)

Commits
  • 51aa1da fix: fixes using the wrong object factory when multiple factories with the sa...
  • 51187a0 chore(deps-dev): Bump stylelint from 16.3.1 to 16.6.0 in /docs (#1304)
  • fe69465 chore(deps): Bump @​easyops-cn/docusaurus-search-local in /docs (#1305)
  • 801bbc8 chore(deps): Bump Meziantou.Analyzer from 2.0.152 to 2.0.153 (#1303)
  • 8df2768 chore(deps): upgrade dotnet dependencies (#1297)
  • 2545900 chore(deps): Bump clearlyip/code-coverage-report-action from 4 to 5 (#1291)
  • 0a07553 chore(deps): Bump Meziantou.Polyfill from 1.0.36 to 1.0.38 (#1287)
  • 81bd42c chore(deps): Bump Meziantou.Analyzer from 2.0.145 to 2.0.150 (#1273)
  • f6bad02 chore(deps): Bump csharpier from 0.28.0 to 0.28.2 (#1275)
  • 4bca7e9 docs: use correct heading level for 'Mapping from source' (#1270)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)