Connie Yau

Results 55 comments of Connie Yau

To update this thread, the 412 error is normal as part of load balancing. Before the July release, we logged these and continued onwards. In the July release, we logged...

@srnagar , can you take a look at the API view for this? .NET, JS have shipped their RuleManagers.. so we're trying to ship the same experience.

Can you provide some DEBUG logs? The exception only shows that it was trying to create a batch and timed out. See: [Filing GitHub issues](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/TROUBLESHOOTING.md#filing-github-issues)

I am looking into migrating RazorEngine to support .NET Standard 2.0. I ran [RazorEngine](https://www.nuget.org/packages/RazorEngine/4.4.0-rc1) through .NET Portability Analyzer and for the most part it is compatible. There are a few...

Hi @matthid , These are the PRs I hope to make in order to migrate this project to .NET Standard 2.0. Do these seem reasonable to you? Any feedback is...

@DeadlyChambers Hey, I was able to get it working on .NET Standard 2.0 because System.Reflection.Emit was brought back. If you are able to rewrite the DynamicWrapperService and RazorDynamicObject to not...

Here's some instructions on how to use it so far: **Building in Visual Studio** * Open `./src/RazorEngine.NetCore.sln` and build **Building Command Line** * `dotnet restore ./src/RazorEngine.NetCore.sln` * `dotnet build ./src/RazorEngine.NetCore.sln`...

Hi, I have a branch [conniey/RazorEngine/updateToNetCore](https://github.com/conniey/RazorEngine/tree/updateToNetCore) that has been updated to use netstandard2.0 RTM. I am having a couple of new test failures that passed before but no longer due...

@deckertron9000 I have not been able to try it using Microsoft.AspNetCore.Razor 2.0. The thing holding me back is that I am not familiar with F# so the build (ie. FAKE)...