tristan
tristan
We're randomly getting the following exception in our Dockerized net7.0 apps. We have a few dozen different apps that are instrumented the same way and running in the same microsoft-provided...
are you guys familiar with how you could have inner folders within a framework? i have a highly compartmentalized framework that is fully functional (thanks for the write up!) and...
Xcode 5: Add Build Phases from the menu. Click on Editor > Add Build Setting -> Add Copy Headers. Note: If the menu options are grayed out, you'll need to...
Is it intentional that there is not a Debian release? The previous closed source version supported debian and RPM releases. This is blocking us from moving to this new release....
stripped down to a relatively minimal block to show the issue. error: `Oops! No applicable member has been found for the expression. The error occurred for expression "?." at position...
Was on version 31.0.2, bumped to 33. was doing `GetRecords` and then `.Cast().ToArray()` - this now yields `Unable to cast object of type 'CsvHelper.FastDynamicObject' to type 'System.Dynamic.ExpandoObject'.` Is there any...
only source code is available in the latest release: 
Our code works on 6.1.8, updated to 6.2.0 and we're getting this:  presumably has to do with this note in the release notes: ``` ADDED: New bool parameter for...
### Describe the bug originally discussed in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2884 fixed with: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890/files#diff-797869ba51539b79a9ed73d460675cc6d1c8ceab044a7383a2ebf81a34c6f7d4R12 the fix was to add a bunch of types, but the approach documented for modifying the theme is not...