After 15 years of working at CodeProject as Senior Software Developer/Architect, I find myself looking for new opportunities. If anyone, or knows someone, who has something in the .NET, https://t.co/PCNncblKwb, C#, AI please contact me.
My LinkedIn profile https://t.co/COGdhezyu0
@davidpine7 The documentation for https://t.co/LGJB646hSx , not the xaml stuff, is crap. I’ve been trying to figure enough to covert some system,drawing code, I can’t even figure out how to create a canvas to draw an image on, let alone get the pixels from an image to create a tensor for AI.
@davidfowl@shanselman I am trying to replace some system.drawing code with https://t.co/5OHpY9LYdz code for image manipulation but the docs are absolutely useless. Any recommendations for info or example. Not calm, take a image, do stuff, return an image.
@DamianEdwards@davidfowl
Why doesn’t windows installer projects support deploying .net 6+ aspnet projects? They are just console apps. Just need the aspnet prerequisite bootstrapper. And why does it appear you need the hosting bundle on widows even when not using iis ?
@DamianEdwards@davidfowl @jdamkewala I did create a boostrapper, but doing so for the Hosting Bundle was a little messy. It is a little flakey in how I had to check directories to see if it is installed. I couldn’t find a registry setting.
@DamianEdwards@davidfowl @jdamkewala We aren’t using self-contained because we are running on Windows, Linux, Docker, Mac, Raspberry Pi, with more to come. A lot of separate modules/deployment packages the would esult on may copies of the runtime.
@davidfowl I'm looking for a Python SignalRCore client that supports async and auto-reconnect. Any recommendations? I'm having issues with the PyPi packages I've found.
@shanselman@davidfowl what is the recommended way to create an installer for net6 Widows Server hosted web api project? Been trying WIX but very error prone and poor docs
@onnxruntime@shanselman Great, as one of the reasons for using Onnx is that the models tend to be smaller, yolo excepted. Having to include the pdbs kills that advantage many times over.
@onnxruntime@shanselman The ONNX runtime Nugget requires that the 186Mb pdb file be deployed for each potential runtime. Deleting them prevents app from running due to reps.json file requiring the file. Many have complained, but are told people need the symbols.
This makes the Onnx runtime unsuitable for space constrained environments, or locations such as AUS that have poor internet speed to download the extra unnecessary payloads. Please talk some sense into the maintainers.