Varorbc

Results 69 comments of Varorbc

> I notice that index.docker.io is specified both in your csproj as well as in the service connection - is the service connection URL hard coded in this case? I...

@baronfel ``` /dotnet/sdk/8.0.300/Containers/build/Microsoft.NET.Build.Containers.targets(242,5): error : Containerize: error CONTAINER004: CONTAINER1005: Registry push failed; received status code 'PreconditionFailed'. /dotnet/sdk/8.0.300/Containers/build/Microsoft.NET.Build.Containers.targets(242,5): error : URI: https://***/manifests/*** /dotnet/sdk/8.0.300/Containers/build/Microsoft.NET.Build.Containers.targets(242,5): error : at Microsoft.NET.Build.Containers.DefaultManifestOperations.PutAsync(String repositoryName, String reference, ManifestV2...

I'm pushing a bunch of app images that all have the same base image to the registry. Sometimes, things don't go perfectly smooth, and I end up only getting some...

I think we shouldn’t support this non-standard target framework, and someone’s already brought up issues with it. https://github.com/dotnet/sdk/issues/43773

@jjmilburn I have to build an flannel image on both Windows and Linux, but both have failed. Can you please tell me how to build an flannel image? Thank you.

@bestbeforetoday Can I create a pr?

@jt-nti Thank you for providing another solution. But for users who use C#, the function of generating code according to proto has been provided, and we may prefer to choose...

I have done message binding and implemented the gateway client with reference to [Java](https://github.com/hyperledger/fabric-gateway/tree/main/java%2Fsrc%2Fmain%2Fjava%2Forg%2Fhyperledger%2Ffabric%2Fclient). After you release the preview package, I will replace it.

@bestbeforetoday Sorry, but this has been dragging on for too long, so I temporarily copied protobuf into my project and added the C# namespace options. Right now, our client is...

@bestbeforetoday If multiple projects need protobuf, then generating a unified binding for protobuf makes sense. But if it’s just one project, setting it up directly in that project should be...