I’m trying to secure .NET Core wiht Auth0, but the cord on the blog is not working. Here comes my error when I dotnet run on gRPC service.
Startup.cs(17,40): error CS0103: 現在のコンテキストに ‘Configuration’ という名前は存在しません。 [/Users/hisashiyamaguchi/grpc-dotnet/CreditRatingService/CreditRatingService.csproj]
Startup.cs(20,71): error CS1061: ‘object’ に ‘AuthenticationScheme’ の定義が含まれておらず、型 ‘object’ の最初の引数を受け付けるアクセス可能な拡張メソッド ‘AuthenticationScheme’ が見つかりませんでした。using ディレクティブまたはアセンブリ参照が不足していないことを確認してください。 [/Users/hisashiyamaguchi/grpc-dotnet/CreditRatingService/CreditRatingService.csproj]
Startup.cs(21,68): error CS1061: ‘object’ に ‘AuthenticationScheme’ の定義が含まれておらず、型 ‘object’ の最初の引数を受け付けるアクセス可能な拡張メソッド ‘AuthenticationScheme’ が見つかりませんでした。using ディレクティブまたはアセンブリ参照が不足していないことを確認してください。 [/Users/hisashiyamaguchi/grpc-dotnet/CreditRatingService/CreditRatingService.csproj]
ビルドに失敗しました。ビルド エラーを修正して、もう一度実行してください。
I’m sorry it’s Japanese, but it seems it’s needed to include further packages on gRPC service.