Martin Stühmer
Martin Stühmer
The Azure Storage provides the functionality for hosting static websites. For this purpose a deployment extension similar to `Static.Web.Azure` would be helpful. More informations about [static website hosting in Azure...
The [documentation](https://github.com/xunit/abstractions.xunit/blob/335cd98c6b63c1402d7116e589502d3e48a23b5d/src/xunit.abstractions/Reflection/IAttributeInfo.cs#L25-L32) for the `TValue GetNamedArgument(string argumentName)` method states that if a property or field does not exist, `default(TValue)` is returned. However, this is currently not the case, as can...
Based on the MobileFirst idea, Viewport sensitive images would be a significant gain. Here I am thinking of a similar functionality to SharePoint Renditions. So it was relatively simple to...
In the interest of standardization, it would be an enormous advantage if `System.CommandLine` could offer a `Microsoft.Extensions.Logging` extension. If interested, I can contribute a simple implementation.
- Micro Improvement - Compiler.Wrap BenchmarkDotNet=v0.12.0, OS=Windows 10.0.18362 Intel Core i7-7820HQ CPU 2.90GHz (Kaby Lake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=3.0.100 [Host] : .NET Core...
```csharp private bool ShouldNotBeDescribedKind(ITypeDefinition typeDefinition) => typeDefinition.Kind switch { TypeKind.Class => (_configuration.Kinds & DescribeKind.Class) != DescribeKind.Class, TypeKind.Interface => (_configuration.Kinds & DescribeKind.Interface) != DescribeKind.Interface, TypeKind.Struct => (_configuration.Kinds & DescribeKind.Struct) != DescribeKind.Struct,...
If you use Shared Projects `.shproj`, the contents are not formatted here. Although the code actually belongs to the consuming `.csproj` projects.
We have a setup with various database projects, usually always in the following combination. - `Database.csproj` Contains all database configurations, the schema, users, views etc. and is used in the...
I would like to use Sveltia CMS to document my repositories and publish them centrally. For this I would like to define a standard set of configurations per template and...