cabadam
cabadam
It looks like the version numbers of the iCal.NET DLLs for both .NET core and .NET Framework have not been updated since 4.1.8. This caused some confusion by InstallShield when...
I am attempting to generate a client for the OpenAPI specification you can download from the top of this page: https://api.mattermost.com/ I have tried multiple different ways of generating: 1....
We have found that "dotnet format" is not applying changes for the file_header_template value configured in the .editorconfig (rule IDE0073). I've uploaded a small repo that demonstrates the issue: https://github.com/cabadam/TestIDE0073...
Right now, the URL used to access the Slack API is hardcoded. This prevents uses cases for people who are not actually using Slack, but are using something with a...
# Bug Report ## Symptom **Describe the bug** I followed the instructions here: https://opentelemetry.io/docs/zero-code/net/nuget-packages/ When I run `instrument.cmd .\OpenTelemetryAutoWorker.exe`, an exception is logged: > Fatal error. System.AccessViolationException: Attempted to read...
**Version Used**: 3.3.1 **Steps to Reproduce**: 1. Programmatically load a project using workspace.OpenProjectAsync. 2. Inspect the available properties available on the returned project. We are attempting to write a tool...