Hello, I am in the process of standardizing our plugin packages. I would like to put all plugins on a common basis in order to be able to reuse functions such as custom logging methods in each plugin package without copying source code. I have often used nested plugin and configuration classes
WEBCON BPS 2023.1.2.123 with .NET 6.0.8
(see my first reply today, I've replied to the wrong reply)
Thank you for this hint, but didn't work. I get the 'System.Data.ODBC is not supported on this platform.' error when using Fody/Costura.
Here is a picture of my test series...
I carried out a series of tests and documented them: My Visual Studio solution / project structure: - see attached Image "Project Structure - NuGet Packages.png - there are three projects: 'ClassLibrary', 'ConsoleApp' and 'MoB.ODBCNetStandardTest' - the target runtime of 'ClassLibrary' is '.NE
Hello Community, We have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGet package System.Data.ODBC to access ODBC data
Hello community! I'm not new at all programming in C#, but what I would like to know and I've never found a working solution until today: How to show line numbers in stack traces of C# SKD plugins? For example, when printing the stack trace to the SDK log? Thank you! Marco