Some modules, such as MSSQL, Azure Event Hubs, Service Bus, etc. require accepting a license agreement. However, the copy and paste example for .NET does not include the necessary call to accept the license.
I'm wondering should we add this call (since other languages do)? Or is it better to leave it so that developers have to add it explicitly on their own? Should we include a visual indicator to show that this module requires accepting a license agreement, or at least provide a link to it if the copy and paste example handles acceptance already?
Some modules, such as MSSQL, Azure Event Hubs, Service Bus, etc. require accepting a license agreement. However, the copy and paste example for .NET does not include the necessary call to accept the license.
I'm wondering should we add this call (since other languages do)? Or is it better to leave it so that developers have to add it explicitly on their own? Should we include a visual indicator to show that this module requires accepting a license agreement, or at least provide a link to it if the copy and paste example handles acceptance already?