Month: December 2019

  • error : “Timestamp” is not defined. – .net core and gRPC

    Hi everyone, I’m currently testing out gRPC with .NET Core and hit the following error when attempting to add a timestamp field to my proto file: error : “Timestamp” is not defined. My proto file was as follows: syntax = “proto3”; import “google/protobuf/timestamp.proto”; option csharp_namespace = “publisher_api”; package Weather; // The weather forecast service definition…

  • Current .NET SDK does not support targeting .NET Core 3.0 – Microservices

    Hi everyone, I’m currently learning microservices with .Net Core. As part of this I’ve been following one of Microsoft’s tutorials: https://dotnet.microsoft.com/learn/aspnet/microservice-tutorial It has all been pretty straight forward, however I hit an error when attempting to run docker build: RUN dotnet restore —> Running in 734e82e92c23 /usr/share/dotnet/sdk/2.2.207/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(137,5): error NETSDK1045: The current .NET SDK does not…

Create a website or blog at WordPress.com