Azure / azure-sdk-for-sap-odata

This repository serves as foundation to power SAP OData SDK development for .NET
MIT License
7 stars 3 forks source link

[FEATURE] For non C# builds in vs code we don't build out of the box, only generate #24

Open WillEastbury opened 1 year ago

WillEastbury commented 1 year ago

Is your feature request related to a problem? Please describe.

The libs do not get built by default, we should build them so they can be used.

Describe the solution you'd like

The SDK + Function binding should get built automatically if the appropriate .net SDK with compiler is installed, if not then a link should be shown with a warning to install it.

This would make things much easier for non c# users of the function binding.

Describe alternatives you've considered

No response

Additional context

No response