question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I add proto files from url on azure devops?

See original GitHub issue

I tried using dotnet-grpc add-url however it adds the html as file not the content of the protofile. How can I do this?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JamesNKcommented, Oct 18, 2022

Is the page HTML? For example, https://github.com/grpc/grpc-dotnet/blob/master/examples/Aggregator/Proto/aggregate.proto is going to download HTML. The raw file should be downloaded.

0reactions
JamesNKcommented, Oct 18, 2022

Your URL is to an HTML page…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sharing gRPC ProtoBuf contracts using a REST endpoint
First, add the StaticFIles middleware before app.UseRouting() and configure it to only serve proto files located in the /protos directory.
Read more >
Manage Protobuf references with dotnet-grpc
The add-url command is used to add a remote file specified by an source URL as Protobuf reference. A file path must be...
Read more >
Create Protobuf messages for .NET apps
Protobuf IDL is a language neutral format for specifying the messages sent and received by gRPC services. Protobuf messages are defined in ....
Read more >
Working with URLs in extensions - Azure DevOps
Learn about best practices for working with URLs in Azure DevOps extensions and integrations.
Read more >
Upstream sources overview - Azure Artifacts
Upstream sources enable you to manage all of your product's dependencies in a single feed. Publishing all your packages to a single feed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found