-
`System.TypeLoadException: 'Type 'Utf8Json.Formatters.Sfsync_Serialization_JsonRemotingResponseBodyFormatter3' from assembly 'Utf8Json.Resolvers.DynamicObjectResolverAllowPrivateFalseExcludeNullTrueNa…
-
https://msdn.microsoft.com/en-us/library/ms182357(v=vs.140).aspx
The `==` equality operator provides an equality definition that is inconsistent with the overridden `.Equals(...)` on the `Money` ty…
-
Playground: https://dartpad.dev/cb41699ff72a41cb9412ef48f47cf824.
---
I've really enjoyed Dart's 3 [class modifiers](https://dart.dev/language/class-modifiers) and [pattern matching](https://dar…
-
After upgrading to EF Core 3.0, I can't update properties on an owned entity.
### Steps to reproduce
Start with this sample app that uses EF Core 2.2.6:
```xml
Exe
netcoreapp3…
-
``` scala
import upickle.default._
final case class Wrapper[X](x : X)
sealed abstract class DSL[T]
final case object DSLUnit extends DSL[Unit]
//final case class DSLWrap[T](x : DSL[T]) extends DSL[Wr…
-
Dear author,
I'm reading the book and putting the examples into practice. I was wondering how I can encapsulate the loading status within the ApiResult class used within the UseCase class to output t…
-
# Proposal: Enable Direct Color Changes Using Theme Resources in C# for WinUI3
## Summary
I propose a feature for WinUI3 that enables direct color changes using theme resources in C#. This would …
-
### Background and motivation
The `String.Replace` method contains one overload which receives a `StringComparison`, and another overload which receives a `CultureInfo`. Similar overloads should al…
-
**Version Used**: Visual Studio 2022, .NET 6.0
**Steps to Reproduce**:
Create a new C# library in Visual Studio 2022. Add this class:
```csharp
public sealed class Element
{
public El…
-
Imagine having this class:
```dart
class MyCls implements MyMsg {
...
}
```
where `MyMsg` is a proto message that implements a mixin:
```proto
message MyMsg {
option (dart_options.m…