Commit graph

9 commits

Author SHA1 Message Date
cda86c9739
chore(deps): update dotnet monorepo 2025-04-08 20:41:37 +00:00
74a2cf8998
chore(deps): update dependency sentry.aspnetcore to 5.4.0 (#23)
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.1.1` -> `5.4.0` |

---

### Release Notes

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

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

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

##### Enhancements

-   Profiling: improve performance by subscribing only to necessary CLR events ([#&#8203;3970](https://github.com/getsentry/sentry-dotnet/pull/3970))

##### Fixes

-   Unknown stack frames in profiles on .NET 8+ ([#&#8203;3967](https://github.com/getsentry/sentry-dotnet/pull/3967))
-   Missing MAUI `Shell` navigation breadcrumbs on iOS ([#&#8203;4006](https://github.com/getsentry/sentry-dotnet/pull/4006))

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

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

##### Features

-   User Feedback can now be captured without errors/exceptions. Note that these APIs replace the older UserFeedback APIs, which have now been marked as obsolete (and will be removed in a future major version bump) ([#&#8203;3981](https://github.com/getsentry/sentry-dotnet/pull/3981))

##### Fixes

-   Using SentryOptions.Native.SuppressExcBadAccess and SentryOptions.Native.SuppressSignalAborts, users can now block duplicate errors from native due to dotnet NullReferenceExceptions - Defaults to false ([#&#8203;3998](https://github.com/getsentry/sentry-dotnet/pull/3998))
-   Native iOS events are now exposed to the dotnet layer for users to hook through SentryOptions.BeforeSend and SentryOptions.OnCrashedLastRun ([#&#8203;2102](https://github.com/getsentry/sentry-dotnet/pull/3958))
-   Prevent crashes from occurring on Android during OnBeforeSend ([#&#8203;4022](https://github.com/getsentry/sentry-dotnet/pull/4022))

##### Dependencies

-   Bump Native SDK from v0.8.0 to v0.8.1 ([#&#8203;4014](https://github.com/getsentry/sentry-dotnet/pull/4014))
    -   [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#081)
    -   [diff](https://github.com/getsentry/sentry-native/compare/0.8.0...0.8.1)

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

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

##### Features

-   Users can now register their own MAUI controls for breadcrumb creation ([#&#8203;3997](https://github.com/getsentry/sentry-dotnet/pull/3997))
-   Serilog scope properties are now sent with Sentry events ([#&#8203;3976](https://github.com/getsentry/sentry-dotnet/pull/3976))
-   The sample seed used for sampling decisions is now propagated, for use in downstream custom trace samplers ([#&#8203;3951](https://github.com/getsentry/sentry-dotnet/pull/3951))
-   Add Azure Function UseSentry overloads for easier wire ups  ([#&#8203;3971](https://github.com/getsentry/sentry-dotnet/pull/3971))

##### Fixes

-   Fix mismapped breadcrumb levels coming in from native to dotnet SDK ([#&#8203;3993](https://github.com/getsentry/sentry-dotnet/pull/3993))
-   Deduplicate profiling stack frames ([#&#8203;3969](https://github.com/getsentry/sentry-dotnet/pull/3969))

##### Dependencies

-   Bump CLI from v2.41.1 to v2.42.2 ([#&#8203;3979](https://github.com/getsentry/sentry-dotnet/pull/3979), [#&#8203;4002](https://github.com/getsentry/sentry-dotnet/pull/4002))
    -   [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
    -   [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.2)
-   Bump Native SDK from v0.7.20 to v0.8.0 ([#&#8203;4003](https://github.com/getsentry/sentry-dotnet/pull/4003))
    -   [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#080)
    -   [diff](https://github.com/getsentry/sentry-native/compare/0.7.20...0.8.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #23
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-03-28 11:33:35 -04:00
040de382db
chore(deps): update dependency npgsql.entityframeworkcore.postgresql to 9.0.4 (#24)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | nuget | patch | `9.0.3` -> `9.0.4` |

---

### Release Notes

<details>
<summary>npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)</summary>

### [`v9.0.4`](https://github.com/npgsql/efcore.pg/releases/tag/v9.0.4)

[Milestone issues](https://github.com/npgsql/efcore.pg/milestone/73?closed=1)

**Full Changelog**: https://github.com/npgsql/efcore.pg/compare/v9.0.3...v9.0.4

</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: #24
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-03-28 11:28:29 -04:00
078fba5ead
chore(deps): update dependency swashbuckle.aspnetcore to v8 (#26)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | nuget | major | `7.2.0` -> `8.0.0` |

---

### Release Notes

<details>
<summary>domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)</summary>

### [`v8.0.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v8.0.0)

> \[!IMPORTANT]\
> Swashbuckle.AspNetCore drops support for .NET 6.

Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:

-   Drops support for `net6.0`.
-   The `netstandard2.0` TFM now depends on [ASP.NET Core 2.3](https://github.com/dotnet/announcements/issues/331) instead of ASP.NET Core 2.1.
-   Updates Microsoft.OpenApi to [v1.6.23](https://github.com/microsoft/OpenAPI.NET/releases/tag/1.6.23). This update requires the use of swagger-ui [v5.19.0](https://github.com/swagger-api/swagger-ui/releases/tag/v5.19.0) or later ([v5.20.1](https://github.com/swagger-api/swagger-ui/releases/tag/v5.20.1) is included in the Swashbuckle.AspNetCore.SwaggerUI NuGet package). You may need to clear your browser's cache to pick up the latest JavaScript files for swagger-ui.
-   To prepare for future support for OpenAPI 3.1 documents, deprecates the `SerializeAsV2` property by marking it as `[Obsolete]`. Users should update their code as illustrated below, depending on their use case:
    ```diff
    - options.SerializeAsV2 = true;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;

    // or if explicitly disabling (the same as the default behaviour)
    - options.SerializeAsV2 = false;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_0;
    ```
-   To prepare for future support for OpenAPI 3.1 documents, the [Swashbuckle.AspNetCore.Cli](https://www.nuget.org/packages/Swashbuckle.AspNetCore.Cli) tool has deprecated the `--serializeasv2` option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:
    ```diff
    - swagger tofile --output [output] [startupassembly] [swaggerdoc] --serializeasv2
    + swagger tofile --output [output] [startupassembly] [swaggerdoc] --openapiversion "2.0"
    ```

#### What's Changed

-   More reliable coverage by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3294
-   Apply IDE refactoring suggestions by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3254
-   .NET 10 preparation by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3285
-   Move snapshots by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3314
-   Snapshot OpenApiDocument as JSON by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3315
-   Enable implicit usings by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3316
-   Drop .NET 6 by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3183
-   Deprecate `SerializeAsV2` by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3286
-   Improve release automation by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3317
-   Bump NuGet packages by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3319

**Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.2...v8.0.0

### [`v7.3.2`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.3.2)

#### What's Changed

-   Fix humanize for multiline `code` and `<para>` tags by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3295
-   Fix `DescribeAllParametersInCamelCase` usage for parameters by [@&#8203;maksim-sovkov](https://github.com/maksim-sovkov) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3309

#### New Contributors

-   [@&#8203;maksim-sovkov](https://github.com/maksim-sovkov) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3309

**Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.1...v7.3.2

### [`v7.3.1`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.3.1)

#### What's Changed

-   Fix for ApiDescriptionProvider throws NRE by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3280
-   Bump swagger-ui-dist from 5.19.0 to 5.20.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3279

**Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.0...v7.3.1

### [`v7.3.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.3.0)

#### What's Changed

-   Add `CreateFromJson` options overload by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3218
-   Stop testing with .NET 6 by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3219
-   Replace IdentityServer4 with Duende.IdentityServer ([#&#8203;3008](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3008)) by [@&#8203;pseudometalhead](https://github.com/pseudometalhead) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3184
-   Fix JWT version for .NET 9 by [@&#8203;Saibamen](https://github.com/Saibamen) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3227
-   Adjust readme for issue [#&#8203;1014](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1014) by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3233
-   Humanize multiline para tag by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3234
-   Humanize multi line code tag by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3239
-   Fix `JsonSerializerDataContractResolver` so that it handles jagged arrays correctly by [@&#8203;ozziepeeps](https://github.com/ozziepeeps) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3245
-   Use `DeepObject` parameter style for dictionary by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3241
-   Remove `MvcOptions` from `SchemaGenerator` by [@&#8203;EvgeniyZ](https://github.com/EvgeniyZ) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3242
-   Optional EOL for XML comments ([#&#8203;2947](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2947)) by [@&#8203;RainDance74](https://github.com/RainDance74) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3255
-   Add support for listing available OpenAPI documents by [@&#8203;rassilon](https://github.com/rassilon) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3263
-   Bump swagger-ui-dist from 5.18.3 to 5.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3266

#### New Contributors

-   [@&#8203;pseudometalhead](https://github.com/pseudometalhead) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3184
-   [@&#8203;RainDance74](https://github.com/RainDance74) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3255
-   [@&#8203;rassilon](https://github.com/rassilon) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3263

**Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.2.0...v7.3.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #26
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-03-28 11:28:13 -04:00
0be0aed08d
chore(deps): update dotnet monorepo (#21)
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.2` -> `9.0.3` |
| [Microsoft.EntityFrameworkCore](https://docs.microsoft.com/ef/core/) ([source](https://github.com/dotnet/efcore)) | nuget | patch | `9.0.2` -> `9.0.3` |
| [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | digest | `adc89f8` -> `4f0ad31` |
| [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | digest | `7f8e8b1` -> `d7f4691` |

---

### Release Notes

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

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

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

#### What's Changed

-   Update branding to 9.0.3 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60198
-   \[release/9.0] Fix branding by [@&#8203;wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60029
-   \[release/9.0] Update to MacOS 15 in Helix by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60238
-   \[release/9.0] Revert "Revert "Use the latest available jdk"" by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60229
-   \[release/9.0] Update `HtmlAttributePropertyHelper` to correctly follow the `MetadataUpdateHandlerAttribute` contract by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59908
-   \[release/9.0] Fix skip condition for java tests by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60242
-   \[release/9.0] (deps): Bump src/submodules/googletest from `7d76a23` to `e235eb3` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dotnet/aspnetcore/pull/60151
-   \[release/9.0] Readd DiagnosticSource to KestrelServerImpl by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/60202
-   \[release/9.0] Redis distributed cache: add HybridCache usage signal by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/dotnet/aspnetcore/pull/59886
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59952
-   \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/59951
-   \[release/9.0] Update remnants of azureedge.net by [@&#8203;sebastienros](https://github.com/sebastienros) in https://github.com/dotnet/aspnetcore/pull/60263
-   \[release/9.0] Update dependencies from dotnet/extensions by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/aspnetcore/pull/60291
-   \[release/9.0] Centralize on one docker container by [@&#8203;wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60298
-   Revert "\[release/9.0] Update remnants of azureedge.net" by [@&#8203;wtgodbe](https://github.com/wtgodbe) in https://github.com/dotnet/aspnetcore/pull/60323
-   Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/aspnetcore/pull/60317

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

</details>

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

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

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

#### What's Changed

-   \[release/9.0-staging] Fix to [#&#8203;35393](https://github.com/dotnet/efcore/issues/35393) - GroupJoin in EF Core 9 Returns Null for Joined Entities by [@&#8203;maumar](https://github.com/maumar) in https://github.com/dotnet/efcore/pull/35449
-   Merging internal commits for release/8.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35473
-   \[release/8.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35470
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35498
-   Merge branch 'release/9.0' into 'release/9.0-staging' by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35542
-   \[release/9.0-staging] Make SnapshotModelProcessor idempotent. by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35543
-   \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/dotnet/efcore/pull/35572
-   \[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/35474
-   Update branding to 9.0.3 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35584
-   Update branding to 8.0.14 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35583
-   \[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/35587
-   Merge branch 'release/9.0-staging' => 'release/9.0'  by [@&#8203;AndriySvyryd](https://github.com/AndriySvyryd) in https://github.com/dotnet/efcore/pull/35601
-   Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in https://github.com/dotnet/efcore/pull/35622

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #21
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-03-28 11:28:03 -04:00
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)