Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

An invalid request URI was provided

オープン
#4,635 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
静か
技術スタック
csharp

調査の方向性

この issue には、リポジトリのファイル、テスト、エントリポイントが記載されていません。まず、報告された ASP.NET Core のリモートログイン例外を伴う AutoMapper 16.1.1 へのアップグレードを再現し、その後、関連するアプリケーション URI と構成を調べてください。URI 設定が必要かどうかを特定し、原因を文書化または修正できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

We just updated to the latest Automapper 16.1.1 version.
License key set as expected, but receiving the following error. Nothing else has changed in the PR.

{
  "title": "An unhandled exception has occurred while executing the request.",
  "status": 500,
  "traceId": "0HNL4V5PR7LN2:00000003",
  "correlationId": "0HNL4V5PR7LN2:00000003",
  "exception": {
    "ClassName": "Logging.Core.Abstractions.Exception",
    "Message": "An unhandled exception has occurred while executing the request.",
    "InnerException": {
      "ClassName": "Microsoft.AspNetCore.Authentication.AuthenticationFailureException",
      "Message": "An error was encountered while handling the remote login.",
      "InnerException": {
        "ClassName": "System.InvalidOperationException",
        "Message": "An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set."
      }
    },
    "ErrorCode": 17001
  }
}

Is there any need to set any Uri in the appsettings?

主要言語
C#
スター
10.2k
フォーク
2.4k
平均マージ
1日 22時間
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

LuckyPennySoftware/AutoMapper のほかの issue

LuckyPennySoftware/AutoMapper の issue をすべて見る

似ている issue

C# の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。