icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
101 stars 13 forks source link

ProtoFile UpToDate not set when rebuilding #3963

Closed pepone closed 5 months ago

pepone commented 5 months ago

I got this error when using Rebuild option on Visual Studio

Severity    Code    Description Project File    Line    Suppression State   Details
Error   MSB4096 The item "../proto/greeter.proto" in item list "_ProtoFile" does not define a value for metadata "UpToDate".  In order to use this metadata, either qualify it by specifying %(_ProtoFile.UpToDate), or ensure that all items in this list define a value for this metadata.    Server  C:\Users\jose\.nuget\packages\icerpc.protobuf.tools\0.3.0\build\IceRpc.Protobuf.Tools.targets   48      
ReeceHumphreys commented 5 months ago

Closed by #3965