Oblomoff
Oblomoff
CsvHelper 27.1.1 Mapping in `ClassMap` by `Parameter().Name()` is ignored (see below). Program.cs ```CSharp using System.Globalization; using CsvHelper; using CsvHelper.Configuration; using CsvHelperBug; var text = @"A,B A1,B1 A2,B2 A3,B3 "; using...
Object ```C# namespace BlazorBug { public class Tag { public Tag(string value) => Value = value; public string Value { get; } /* * BUG! * * This implicit operator...
C# snippets do not expand in *.razor files Visual Studio 17.2.0 **To reproduce:** Open *.razor file in Visual Studio, select custom snippet, hit tab twice **Expected behavior:** [Official blog](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available/#razor-editor) claims...
## Description * I have a notebook file (*.ipynb or *.dib) * I have a C# script file (*.csx) referencing nuget package * The notebook loads that file * I...