Commit graph

4 commits

Author SHA1 Message Date
36caf7eb8a
chore(deps): update dotnet monorepo (#18)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.AspNetCore.OpenApi](https://asp.net/) ([source](https://github.com/dotnet/aspnetcore)) | nuget | patch | `9.0.1` -> `9.0.2` |
| [Microsoft.EntityFrameworkCore](https://docs.microsoft.com/ef/core/) ([source](https://github.com/dotnet/efcore)) | nuget | patch | `9.0.1` -> `9.0.2` |
| [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | digest | `f77d967` -> `adc89f8` |
| [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | digest | `6894a71` -> `7f8e8b1` |

---

### Release Notes

<details>
<summary>dotnet/aspnetcore (Microsoft.AspNetCore.OpenApi)</summary>

### [`v9.0.2`](https://github.com/dotnet/aspnetcore/releases/tag/v9.0.2): .NET 9.0.2

[Release](https://github.com/dotnet/core/releases/tag/v9.0.2)

#### What's Changed

-   Update branding to 9.0.2 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/59757
-   \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59267
-   \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59266
-   \[release/9.0] Update OSX helix queue by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59743
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59728
-   \[release/9.0] (deps): Bump src/submodules/googletest from `d144031` to `7d76a23` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dotnet/aspnetcore/pull/59679
-   \[release/9.0] Skip tests on internal queues too by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59578
-   \[release/9.0] Fix loading dotnet user-jwts config by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59473
-   \[release/9.0] Fix MultipartReaderStream synchronous read when using buffer offset by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59422
-   \[release/9.0] Update dependencies from dotnet/xdt by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59419
-   \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59611
-   \[release/9.0] Fix Kestrel host header mismatch handling when port in Url by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59362
-   Migrate off of Fedora 38 by [@&#8203;v-firzha](https://github.com/v-firzha) in https://github.com/dotnet/aspnetcore/pull/59613
-   \[release/9.0] \[Blazor WASM standalone] Avoid caching `index.html` during development by [@&#8203;MackinnonBuck](https://github.com/MackinnonBuck) in https://github.com/dotnet/aspnetcore/pull/59348
-   \[release/9.0] Update to Fedora 41 by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59816
-   \[release/9.0] Don't throw exception for parameters with custom binding source by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59533
-   \[release/9.0] Apply schema transformer to AdditionalProperties by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59730
-   \[release/9.0] Harden schema reference transformer for relative references by [@&#8203;captainsafia](https://github.com/captainsafia) in https://github.com/dotnet/aspnetcore/pull/59779
-   \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59847
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59848
-   \[release/9.0] Return 206 Partial Content on Valid Range for Static Assets by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59325
-   Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/59871

**Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2

</details>

<details>
<summary>dotnet/efcore (Microsoft.EntityFrameworkCore)</summary>

### [`v9.0.2`](https://github.com/dotnet/efcore/releases/tag/v9.0.2): .NET 9.0.2

[Release](https://github.com/dotnet/core/releases/tag/v9.0.2)

#### What's Changed

-   \[release/9.0-staging] Fix to [#&#8203;35108](https://github.com/dotnet/efcore/issues/35108) - Temporal table migration regression from EF Core 8 to 9 by [@&#8203;maumar](https://github.com/maumar) in https://github.com/dotnet/efcore/pull/35289
-   \[release/9.0-staging] Don't throw PendingModelChangesWarning when applying a specific migration by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35353
-   \[release/8.0] Update Helix queues by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35408
-   \[release/9.0] Update Helix queues by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35407
-   \[release/9.0-staging] Fix to [#&#8203;35239](https://github.com/dotnet/efcore/issues/35239) - EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by [@&#8203;maumar](https://github.com/maumar) in https://github.com/dotnet/efcore/pull/35360
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35415
-   \[release/9.0-staging] Don't scaffold NonNullableConventionState annotation by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35359
-   Update branding to 8.0.13 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35427
-   Update branding to 9.0.2 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35428
-   Merge branch 'release/9.0-staging' => 'release/9.0' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35463
-   Merge branch 'release/8.0-staging' => 'release/8.0' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35464
-   \[automated] Merge branch 'release/8.0' => 'release/9.0' by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/efcore/pull/35429
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35460
-   Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35472

**Full Changelog**: https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #18
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-13 17:53:18 -05:00
15799272fa
chore(deps): update dependency sentry.aspnetcore to 5.1.1 (#19)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.AspNetCore](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | patch | `5.1.0` -> `5.1.1` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.AspNetCore)</summary>

### [`v5.1.1`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#511)

[Compare Source](https://github.com/getsentry/sentry-dotnet/compare/5.1.0...5.1.1)

##### Fixes

-   Emit transaction.data inside contexts.trace.data ([#&#8203;3936](https://github.com/getsentry/sentry-dotnet/pull/3936))
-   Native SIGSEGV errors resulting from managed NullReferenceExceptions are now suppressed on Android ([#&#8203;3903](https://github.com/getsentry/sentry-dotnet/pull/3903))
-   OTel activities that are marked as not recorded are no longer sent to Sentry ([#&#8203;3890](https://github.com/getsentry/sentry-dotnet/pull/3890))
-   Fixed envelopes with oversized attachments getting stuck in \__processing ([#&#8203;3938](https://github.com/getsentry/sentry-dotnet/pull/3938))
-   OperatingSystem will now return macOS as OS name instead of 'Darwin' as well as the proper version. ([#&#8203;2710](https://github.com/getsentry/sentry-dotnet/pull/3956))
-   Ignore null value on CocoaScopeObserver.SetTag ([#&#8203;3948](https://github.com/getsentry/sentry-dotnet/pull/3948))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #19
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-13 17:53:01 -05:00
0cabbf2a88
chore(deps): update dependency sentry.aspnetcore to 5.1.0 (#15)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.AspNetCore](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | minor | `5.0.1` -> `5.1.0` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.AspNetCore)</summary>

### [`v5.1.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#510)

[Compare Source](https://github.com/getsentry/sentry-dotnet/compare/5.0.1...5.1.0)

##### Significant change in behavior

-   The User.IpAddress is now only set to `{{auto}}` when `SendDefaultPii` is enabled. This change gives you control over IP address collection directly on the client ([#&#8203;3893](https://github.com/getsentry/sentry-dotnet/pull/3893))

##### Features

-   .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK ([#&#8203;3877](https://github.com/getsentry/sentry-dotnet/pull/3877))
-   Added `SentryOptions.DisableSentryHttpMessageHandler`. Useful if you're using `OpenTelemetry.Instrumentation.Http` and ending up with duplicate spans. ([#&#8203;3879](https://github.com/getsentry/sentry-dotnet/pull/3879))

##### Fixes

-   Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur ([#&#8203;3909](https://github.com/getsentry/sentry-dotnet/pull/3909))
-   Fixed duplicate SentryMauiEventProcessors ([#&#8203;3905](https://github.com/getsentry/sentry-dotnet/pull/3905))
-   Fixed invalid string.Format index in Debug logs for the DiagnosticSource integration ([#&#8203;3923](https://github.com/getsentry/sentry-dotnet/pull/3923))

##### Dependencies

-   Bump Native SDK from v0.7.17 to v0.7.20 ([#&#8203;3891](https://github.com/getsentry/sentry-dotnet/pull/3891), [#&#8203;3908](https://github.com/getsentry/sentry-dotnet/pull/3908), [#&#8203;3929](https://github.com/getsentry/sentry-dotnet/pull/3929))
    -   [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720)
    -   [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.20)
-   Bump Java SDK from v7.20.0 to v7.20.1 ([#&#8203;3907](https://github.com/getsentry/sentry-dotnet/pull/3907))
    -   [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
    -   [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
-   Bump CLI from v2.40.0 to v2.41.1 ([#&#8203;3910](https://github.com/getsentry/sentry-dotnet/pull/3910))
    -   [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411)
    -   [diff](https://github.com/getsentry/sentry-cli/compare/2.40.0...2.41.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: https://www.coastalcommits.com/cswimr/LookingGlass/pulls/15
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-02-07 23:52:05 -05:00
ed619cdc17
chore(repo): rename from myhm-commission to looking-glass
closes #4
2025-01-30 17:59:38 +00:00
Renamed from myhm-commission.csproj (Browse further)