Phil Bolduc
Phil Bolduc
I was wondering if anyone had any addition information on this. I have created a couple of tickets because I cannot get MySensors to work correctly on my Moteino M0....
Based on feedback from the gcc-arm-embedded issue, the problem is related to linking to the smaller newlib-nano library. See https://community.arm.com/developer/ip-products/system/b/embedded-blog/posts/shrink-your-mcu-code-size-with-gcc-arm-embedded-4-7 _Libraries also need optimizing, because the libraries included in GCC...
I spent some time looking at this problem. When I used [DacExplorer](https://github.com/GoEddie/DacpacExplorer), I can see the column is defined as a ComputedColumn and type type references the origin table's column....
See pull request #8 which should make updating the nuget package less painful.
~With my recent PR, the function `public static void AddRazorTemplating(this IServiceCollection services)` could be extended to allow customizing the MvcRazorRuntimeCompilationOptions, such as `public static void AddRazorTemplating(this IServiceCollection services, Action? setupOptions)`...
Hi, I have a pull request #48 that should hopefully address your concerns. Can you take a look and provide any feedback to changes for your use case. In this...
Hi, I have a pull request #48 that should hopefully address your concerns. Can you take a look and provide any feedback to changes for your use case.
Two changes were required to get your sample application to work, 1. Update reference Razor.Templating.Core in Common project to 1.8.0-rc.1 2. Add `@inject IRazorTemplateEngine RazorTemplateEngine` to the top of Index.razor...
The static class makes it easy to get started, especially for those use cases where your application/service doesn't natively use DI, like Azure Functions or a console app. However, in...
I was having this problem too and adding the changes in this PR resolved it for me.