Kathleen West

Results 6 comments of Kathleen West

I am also having an issue converted from C# to VB with the #region and #endregion not working.

Also, I learned that VB does not allow the similar #region #endregion inside the methods.. so that probably needs to be ignored by the code converter and commented out if...

@rlktradewright The best work around I discovered so far is to just comment out the #region directives in C# before converting to VB. I also learned that VB language rules...

@GrahamTheCoder I wouldn't be surprised if that works in newer versions of VS and not in older versions. My employer (now former) was making me do their C# and VB...

> This is by design. The Cosmos DB bindings and triggers are for the **SQL API**. > > See the Functions doc: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2?tabs=in-process%2Cfunctionsv2&pivots=programming-language-csharp#supported-apis Just to clarify ^, you are saying...