Mark Junker
Mark Junker
### Version? VS Code plugin ### Feature I'd like to use column filtering. Lets assume that I have a log file with a `LogLevel` column. It'd be nice to filter...
When an `AggregateException` is found, `Demystify` is run twice in the `InnerException`. The problematic source code can be seen [here in `ExceptionExtensions.cs`](https://github.com/benaadams/Ben.Demystifier/blob/5eb9c25574671a8a4bdd4901343fbb938d0ddb6a/src/Ben.Demystifier/ExceptionExtentions.cs#L24-L32). According to the [source](http://referencesource.microsoft.com/#mscorlib/system/AggregateException.cs), the `InnerException` is always...
I downloaded the nupkg from https://www.nuget.org/packages/Synercoding.UnitOfWork/ and I got the following error: ```text Sorry, we crashed Avalonia.Markup.Xaml.XamlLoadException: No precompiled XAML found for ICSharpCode.ILSpy.NugetPackageBrowserDialog, make sure to specify x:Class and include...
The stylesheet contains selectors like `.s0-1`, while the elements contain the class `s0` instead of `s0-1`, which results in styles not being applied. This is an example with an HTML...
An enhancement of `IPropertyInstance` would be useful to detect the situation where the column name was generated automatically by fluent-nhibernate. This would allow a distinction in situations where the property...
Assume the following scenario for using Storage.Net in a server application: - Server uses an IBlobStorage registered as singleton - First request starts - First request: Opens a BLOB transaction...
Around 8 months ago, the option for `StoragePath.Normalize` changed from `includeTrailingRoot` to `removeTrailingSlash`, which is a breaking change, because the path returned by the `Blob` class is suddenly returned with...
This forbids using paths with ";" or "=" in the name.
This would allow something like `ExecuteSql($"select * from table where key={key}")` and `key` would be escaped properly. To be able to distinguish between `string` and `FormattableString`, we have to create...
This would avoid the repetition (and inversion) of conditions.