Skip to content

Instantly share code, notes, and snippets.

View petrkoutnycz's full-sized avatar

Petr Koutny petrkoutnycz

View GitHub Profile
@petrkoutnycz
petrkoutnycz / MyDto.cs
Created June 23, 2021 08:33
ILSpy issue sample
using System;
namespace Samples.ILSpy
{
[Serializable]
public class MyDto
{
public Guid Id { get; set; }
public string Name { get; set; }