Jeff Bowman
Jeff Bowman
I'm investigating the idea of using Blazor WASM to build a retail application that would run on an office Intranet. The application would be installed on a given machine, to...
Thank you for this. Is there an easy way to convert it to PDF, for offline viewing? My bandwidth is sharply limited and reading it online is prohibitive.
The code samples are scattered about in a confusing fashion. I'd like to suggest consolidating them under a single folder.
It would be very helpful to have some sample code for adding an existing Area to an existing Team. Currently we may do so with Iterations, using the `WorkHttpClient.PostTeamIterationAsync()` method,...
FYI I was able to get a pure-VB.NET Azure Function working. It was pretty simple, really—here's what I did: 1. Created a C# sample using [this guidance](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-your-first-function-visual-studio) 2. Created a...
`System.NullReferenceException : Object reference not set to an instance of an object. at RefactoringEssentials.VB.CodeRefactorings.CreateChangedEventCodeRefactoringProvider.GetBackingField(SemanticModel model,PropertyBlockSyntax property) at async RefactoringEssentials.VB.CodeRefactorings.CreateChangedEventCodeRefactoringProvider.ComputeRefactoringsAsync() at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync()`
After updating to v4.8 from the original v4.4 that I installed mid-Nov 2016, I'm getting this error when converting: --------------------------- Microsoft Visual Studio --------------------------- Convert C# to VB: An error...
I'm getting an error when trying to proceed past the 'Getting started assistance' page of Setup: > The SSL connection could not be established, see inner exception. This occurs whether...
I'm unable to generate a certificate, with the first exception and stack trace below. I'm using the latest version, v1.0.5, and the same connection string for both Dashboard and Storage....
I'm getting an error when the webjob attempts to renew a certificate: > Microsoft.Azure.WebJobs.Host.FunctionInvocationException: Exception while executing function: Functions.Cleanup ---> Microsoft.Rest.Azure.CloudException: The client '[Redacted]' with object id '[Redacted]' does not...