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

deps(c#): Update c# #82

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

deps(c#): Update c# #82

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AngleSharp (source) 1.1.2 -> 1.2.0 age adoption passing confidence
Autofac (source) 8.1.1 -> 8.2.0 age adoption passing confidence
CommunityToolkit.Diagnostics 8.3.2 -> 8.4.0 age adoption passing confidence
Dapper 2.1.35 -> 2.1.66 age adoption passing confidence
Google.Protobuf 3.29.1 -> 3.30.0 age adoption passing confidence
LinqKit.Microsoft.EntityFrameworkCore 9.0.7 -> 9.0.8 age adoption passing confidence
Meziantou.Analyzer 2.0.182 -> 2.0.188 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 9.0.0 -> 9.0.3 age adoption passing confidence
Microsoft.Extensions.Hosting (source) 9.0.0 -> 9.0.3 age adoption passing confidence
Microsoft.Extensions.Http (source) 9.0.0 -> 9.0.3 age adoption passing confidence
Microsoft.Extensions.Http.Polly (source) 9.0.0 -> 9.0.3 age adoption passing confidence
Microsoft.VisualStudio.Threading.Analyzers (source) 17.12.19 -> 17.13.2 age adoption passing confidence
NLog.Extensions.Logging 5.3.15 -> 5.4.0 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.2 -> 9.0.4 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite 9.0.2 -> 9.0.4 age adoption passing confidence
Roslynator.Analyzers 4.12.9 -> 4.13.1 age adoption passing confidence
SharpSource 1.25.2 -> 1.27.1 age adoption passing confidence
SonarAnalyzer.CSharp (source) 10.3.0.106239 -> 10.7.0.110445 age adoption passing confidence
SuperLinq 6.2.0 -> 6.3.0 age adoption passing confidence
System.IO.Hashing (source) 9.0.0 -> 9.0.3 age adoption passing confidence
System.Threading.RateLimiting (source) 9.0.0 -> 9.0.3 age adoption passing confidence

Release Notes

AngleSharp/AngleSharp (AngleSharp)

v1.2.0

Compare Source

Released on Tuesday, December 31 2024.

autofac/Autofac (Autofac)

v8.2.0

What's Changed

  • Fix #​1437: Improve type cache handling for generic type arguments with respect to AssemblyLoadContext disposal (#​1438 - thanks @​hemirunner426!)
  • Added overloads for RegisterServiceMiddleware to assist with interceptors/decorators (#​1439 - thanks @​idiotsky!)

Full Changelog: autofac/Autofac@v8.1.1...v8.2.0

CommunityToolkit/dotnet (CommunityToolkit.Diagnostics)

v8.4.0: 8.4.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0

DapperLib/Dapper (Dapper)

v2.1.66

Compare Source

WARNING: DateOnly / TimeOnly support, added in 2.1.37, had multiple failure modes, and was quickly reverted pending finding the time to investigate what went wrong. The impacted packages were unlisted, with 2.1.35 being the last listed version. This is the first version after that debacle, which means if you are using the impacted 2.1.37 or similar: this version will effectively remove functionality (although it was actually disabled a very long time ago).


What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.44...2.1.66

v2.1.44

Compare Source

(fixes NuGet readme)

Full Changelog: DapperLib/Dapper@2.1.42...2.1.44

v2.1.42

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.37...2.1.42

v2.1.37

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.35...2.1.37

protocolbuffers/protobuf (Google.Protobuf)

v3.29.3

v3.29.2

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.188

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.188

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.187...2.0.188

v2.0.187

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.187

What's Changed
New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.186...2.0.187

v2.0.186

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.186

What's Changed
New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.185...2.0.186

v2.0.185

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.185

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185

v2.0.184

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.184

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184

v2.0.183

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.183

Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.0...v9.0.1

dotnet/runtime (Microsoft.Extensions.Hosting)

v9.0.3: .NET 9.0.3

Release

What's Changed


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file nuget labels Dec 12, 2024
@renovate renovate bot changed the title deps(c#): Update dependency CommunityToolkit.Diagnostics to 8.4.0 deps(c#): Update c# Dec 17, 2024
@renovate renovate bot force-pushed the renovate/c branch 4 times, most recently from 54d25d8 to 4ed7ddc Compare December 19, 2024 13:05
@n0099 n0099 force-pushed the v2 branch 2 times, most recently from 25c8324 to 50b86eb Compare December 20, 2024 07:09
@renovate renovate bot force-pushed the renovate/c branch 2 times, most recently from dcae22d to e0f9e1d Compare December 26, 2024 15:28
@renovate renovate bot force-pushed the renovate/c branch 5 times, most recently from a3d0e4a to becbdf3 Compare January 14, 2025 23:31
Copy link
Contributor Author

renovate bot commented Jan 28, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: c#/crawler/packages.lock.json
[22:37:57.529] INFO (1033): Installing tool [email protected]...
[22:37:58.722] ERROR (1033): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (The specified blob does not exist.)",
      "stack":
          HTTPError: Response code 404 (The specified blob does not exist.)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:30218:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:30274:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:30289:17)
              at Object.onceWrapper (node:events:639:26)
              at ClientRequest.emit (node:events:536:35)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:558:22)
              at TLSSocket.emit (node:events:524:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1741732678401,
        "socket": 1741732678402,
        "lookup": 1741732678402,
        "connect": 1741732678402,
        "secureConnect": 1741732678402,
        "upload": 1741732678410,
        "response": 1741732678720,
        "end": 1741732678721,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 8,
          "firstByte": 310,
          "download": 1,
          "total": 320
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/13.8.5 node/22.13.1 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.0/dotnet-sdk-9.0.0-linux-x64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:37:58.754] ERROR (1033): download failed
[22:37:58.755] FATAL (1033): Install tool dotnet failed in 1.2s.

File name: c#/imagePipeline/packages.lock.json
[22:38:00.375] INFO (1049): Installing tool [email protected]...
[22:38:01.168] ERROR (1049): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:30218:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:30274:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:30289:17)
              at Object.onceWrapper (node:events:639:26)
              at ClientRequest.emit (node:events:536:35)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:558:22)
              at TLSSocket.emit (node:events:524:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1741732681156,
        "socket": 1741732681157,
        "lookup": 1741732681157,
        "connect": 1741732681157,
        "secureConnect": 1741732681157,
        "upload": 1741732681159,
        "response": 1741732681166,
        "end": 1741732681167,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 2,
          "firstByte": 7,
          "download": 1,
          "total": 11
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/13.8.5 node/22.13.1 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.0/dotnet-sdk-9.0.0-linux-x64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:38:01.179] ERROR (1049): download failed
[22:38:01.180] FATAL (1049): Install tool dotnet failed in 831ms.

File name: c#/shared/packages.lock.json, c#/crawler/packages.lock.json, c#/imagePipeline/packages.lock.json
[22:38:02.219] INFO (1070): Installing tool [email protected]...
[22:38:02.802] ERROR (1070): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:30218:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:30274:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:30289:17)
              at Object.onceWrapper (node:events:639:26)
              at ClientRequest.emit (node:events:536:35)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:558:22)
              at TLSSocket.emit (node:events:524:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1741732682790,
        "socket": 1741732682791,
        "lookup": 1741732682791,
        "connect": 1741732682791,
        "secureConnect": 1741732682791,
        "upload": 1741732682798,
        "response": 1741732682800,
        "end": 1741732682801,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 7,
          "firstByte": 2,
          "download": 1,
          "total": 11
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/13.8.5 node/22.13.1 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.0/dotnet-sdk-9.0.0-linux-x64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:38:02.814] ERROR (1070): download failed
[22:38:02.815] FATAL (1070): Install tool dotnet failed in 624ms.

File name: c#/tbClient/packages.lock.json, c#/crawler/packages.lock.json
[22:38:04.000] INFO (1088): Installing tool [email protected]...
[22:38:04.618] ERROR (1088): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:30218:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:30274:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:30289:17)
              at Object.onceWrapper (node:events:639:26)
              at ClientRequest.emit (node:events:536:35)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:558:22)
              at TLSSocket.emit (node:events:524:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1741732684604,
        "socket": 1741732684605,
        "lookup": 1741732684605,
        "connect": 1741732684605,
        "secureConnect": 1741732684605,
        "upload": 1741732684611,
        "response": 1741732684612,
        "end": 1741732684616,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 6,
          "firstByte": 1,
          "download": 4,
          "total": 12
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/13.8.5 node/22.13.1 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.0/dotnet-sdk-9.0.0-linux-x64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:38:04.645] ERROR (1088): download failed
[22:38:04.650] FATAL (1088): Install tool dotnet failed in 668ms.

@renovate renovate bot force-pushed the renovate/c branch 2 times, most recently from 126725c to d1fa7a3 Compare February 2, 2025 21:21
@renovate renovate bot force-pushed the renovate/c branch 6 times, most recently from dd9ba0c to cbef15a Compare February 12, 2025 22:10
@renovate renovate bot force-pushed the renovate/c branch 4 times, most recently from c446378 to 53b1bcc Compare March 1, 2025 09:57
@renovate renovate bot force-pushed the renovate/c branch 3 times, most recently from 45f3bc6 to b4b9d4c Compare March 11, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file nuget
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants