Sergiusz
Sergiusz
### Environment **Vuetify Version:** 2.6.6 **Last working version:** 2.1.9 **Vue Version:** 2.6.14 **Browsers:** Chrome 101.0.4951.67 **OS:** Windows 10 ### Steps to reproduce Open the reproduction link and try to move...
### Description Running simple benchmark to test performance of Expression.Compile shows regressions on .NET7 RC1 Benchmark code ```c# using System; using System.Linq.Expressions; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Running;...
### Environment **Vuetify Version:** 2.6.7 **Last working version:** 2.5.8 **Vue Version:** 2.7.7 **Browsers:** Chrome 103.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Open reproduction link 2. Expand autocomplete 3....
**Describe the bug** See the repro Version: 20.0.0 **To Reproduce** ```ts import { Project } from "ts-morph"; const project = new Project(); const inputCode = `namespace test { export function...
Context: https://github.com/dotnet/efcore/issues/32881#issuecomment-1910346160 Examples from https://learn.microsoft.com/en-us/ef/core/modeling/value-comparers need to be updated with correct null value handling.
Currently, the configuration is stored in `.cfg` file and is managed by a custom `Configuration` class for read/write/save operations. We should consider reworking this to use a modern file format...
F# support
Project description states that this is a > .NET testing framework But .NET != C# Are there any plans to support F# projects?