Skip to content
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

Fix errors related to sync-over-async in tests #262

Closed
OlegRa opened this issue Oct 9, 2023 · 0 comments
Closed

Fix errors related to sync-over-async in tests #262

OlegRa opened this issue Oct 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@OlegRa
Copy link
Owner

OlegRa commented Oct 9, 2023

The latest UT runs fail with many errors related to sync-over-async pattern usage in tests. This problem should be fixed and normal test coverage should be restored.

@OlegRa OlegRa added the bug Something isn't working label Oct 9, 2023
@OlegRa OlegRa self-assigned this Oct 9, 2023
OlegRa added a commit that referenced this issue Oct 9, 2023
OlegRa added a commit that referenced this issue Nov 20, 2023
* Update SDK and Extensions dependencies and fix some minor R# issues in code.

* Upgrade dependencies (DateTimeOnly package)

* Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#238)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.4.0...v17.4.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Portable.System.DateTimeOnly from 6.0.3 to 7.0.0 (#239)

Bumps [Portable.System.DateTimeOnly](https://github.com/OlegRa/System.DateTimeOnly) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/OlegRa/System.DateTimeOnly/releases)
- [Commits](OlegRa/System.DateTimeOnly@v6.0.3...v7.0.0)

---
updated-dependencies:
- dependency-name: Portable.System.DateTimeOnly
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#240)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.4.1...v17.5.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-alpha1 to 7.0.0-alpha2 (#241)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-alpha1 to 7.0.0-alpha2.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-alpha1...sdk-7.0.0-alpha2)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Portable.System.DateTimeOnly from 7.0.0 to 7.0.1 (#242)

Bumps [Portable.System.DateTimeOnly](https://github.com/OlegRa/System.DateTimeOnly) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/OlegRa/System.DateTimeOnly/releases)
- [Commits](OlegRa/System.DateTimeOnly@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: Portable.System.DateTimeOnly
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade dependencies and add a new TFM - .NET 7.0 & .NET Framework 4.8.1 to the list of test targets.

* Bump Alpaca.Markets from 7.0.0-alpha2 to 7.0.0-alpha3 (#243)

* Bump Alpaca.Markets from 7.0.0-alpha2 to 7.0.0-alpha3

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-alpha2 to 7.0.0-alpha3.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@sdk-7.0.0-alpha2...sdk-7.0.0-alpha3)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove unit tests for obsolete methods and fix build issues.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Rakhmatulin <oleg.rakhmatulin@gmail.com>

* Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#244)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.5.0...v17.6.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 (#245)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.6.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.0...v17.6.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#248)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.1 to 17.6.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.1...v17.6.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-alpha3 to 7.0.0-alpha4 (#246)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-alpha3 to 7.0.0-alpha4.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@sdk-7.0.0-alpha3...sdk-7.0.0-alpha4)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets.Extensions from 7.0.0-alpha1 to 7.0.0-alpha2 (#247)

Bumps [Alpaca.Markets.Extensions](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-alpha1 to 7.0.0-alpha2.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-alpha1...ext-7.0.0-alpha2)

---
updated-dependencies:
- dependency-name: Alpaca.Markets.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#249)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.2...v17.6.3)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* All GitHub actions updated - the .NET SDK 7.0.x used for all activitites now.

(cherry picked from commit 8057926)

* Fixed CodeQL issue related to xUnit assertion (non-critical).

* Some integration tests were changed to prevent failures in case of an inactive crypto market.

* Bump xunit from 2.4.2 to 2.5.0 (#250)

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0.
- [Commits](xunit/xunit@2.4.2...2.5.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#251)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#252)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.3...v17.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#253)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.0...v17.7.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump IndexRange from 1.0.2 to 1.0.3 (#254)

Bumps [IndexRange](https://github.com/bgrainger/IndexRange) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/bgrainger/IndexRange/releases)
- [Changelog](https://github.com/bgrainger/IndexRange/blob/master/VersionHistory.md)
- [Commits](bgrainger/IndexRange@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: IndexRange
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade both SDK and Extensions packages up to 7.0.0-beta1

* Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#255)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.1...v17.7.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-beta1 to 7.0.0-beta2 (#256)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-beta1 to 7.0.0-beta2.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-beta1...sdk-7.0.0-beta2)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#260)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
- [Commits](xunit/xunit@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit from 2.5.0 to 2.5.1 (#257)

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
- [Commits](xunit/xunit@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-beta2 to 7.0.0-rc1 (#259)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-beta2 to 7.0.0-rc1.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@sdk-7.0.0-beta2...ext-7.0.0-rc1)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets.Extensions from 7.0.0-beta1 to 7.0.0-rc1 (#258)

Bumps [Alpaca.Markets.Extensions](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-beta1 to 7.0.0-rc1.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-beta1...ext-7.0.0-rc1)

---
updated-dependencies:
- dependency-name: Alpaca.Markets.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Issue #262 - fixed compilation and runtime issues after last xUnit upgrade.

* Bump Alpaca.Markets from 7.0.0-rc1 to 7.0.0-rc2 (#261)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-rc1 to 7.0.0-rc2.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-rc1...sdk-7.0.0-rc2)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#263)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit from 2.5.1 to 2.5.2 (#264)

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2.
- [Commits](xunit/xunit@2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit from 2.5.2 to 2.5.3 (#265)

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3.
- [Commits](https://github.com/xunit/xunit/commits)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit from 2.5.3 to 2.6.1 (#267)

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.1.
- [Commits](xunit/xunit@2.5.3...2.6.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#268)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.2...v17.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-rc2 to 7.0.0-rc3 (#269)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-rc2 to 7.0.0-rc3.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@sdk-7.0.0-rc2...sdk-7.0.0-rc3)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Configuration.Abstractions from 7.0.0 to 8.0.0 (#271)

Bumps [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Configuration from 7.0.0 to 8.0.0 (#270)

Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Configuration.EnvironmentVariables (#272)

Bumps [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Configuration.Json from 7.0.0 to 8.0.0 (#273)

Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Portable.System.DateTimeOnly from 7.0.1 to 8.0.0 (#275)

Bumps [Portable.System.DateTimeOnly](https://github.com/OlegRa/System.DateTimeOnly) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/OlegRa/System.DateTimeOnly/releases)
- [Commits](OlegRa/System.DateTimeOnly@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: Portable.System.DateTimeOnly
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets from 7.0.0-rc3 to 7.0.0 (#274)

Bumps [Alpaca.Markets](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-rc3 to 7.0.0.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@sdk-7.0.0-rc3...ext-7.0.0)

---
updated-dependencies:
- dependency-name: Alpaca.Markets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit from 2.6.1 to 2.6.2 (#277)

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2.
- [Commits](xunit/xunit@2.6.1...2.6.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#278)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Alpaca.Markets.Extensions from 7.0.0-rc1 to 7.0.0 (#276)

Bumps [Alpaca.Markets.Extensions](https://github.com/alpacahq/alpaca-trade-api-csharp) from 7.0.0-rc1 to 7.0.0.
- [Release notes](https://github.com/alpacahq/alpaca-trade-api-csharp/releases)
- [Commits](alpacahq/alpaca-trade-api-csharp@ext-7.0.0-rc1...ext-7.0.0)

---
updated-dependencies:
- dependency-name: Alpaca.Markets.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@OlegRa OlegRa closed this as completed Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant