jkoplo
jkoplo
I've been doing a lot of Blazor recently both at work and in my personal projects and would love to see csharpier support Razor files. I think it would be...
Yeah I don't think parsing the HTML or the c# code in the HTML would be super necessary - it might even be undesirable since you're mixing two formatting paradigms....
Are you familiar with https://github.com/dotnet/aspnetcore/issues/9522? Seems to be the same intention, though it was never quite resolved.
I've had 'single file' publish play havoc with a lot of path stuff, including my 'appsettings.json' in ASP.NET services. If the path solution above works that'd be great.
I'm actually seeing something similar (though not quite the same) on a single file publish. In debug it gets a path. In a simple release it gets a path. In...
This is related to #259
I have sort-of, kind-of. I've done it internally for work and also in another open source project. What's your end goal? I might be able to add some example code...
@MarcBertrand - What sort of 'callback' are you looking for? Just a simple event from a library in C# or some sort of webhook? Or are you running an OPC-UA...
There's apparently some weirdness with Micro850. See if this helps you out: https://github.com/libplctag/libplctag/issues/157 Try leaving off the `Path` property completely.
@aTunell - Welcome to the party! 🎉 (We work together and I knew he's been having success with the AB emulator recently). If we can document how to use libplctag...