Skip to content

Instantly share code, notes, and snippets.

View stasberkov's full-sized avatar

Stanislav Berkov stasberkov

View GitHub Profile
@stasberkov
stasberkov / ProtobufFaker.cs
Created January 30, 2025 16:07
Protobuf fake data generator
using System;
using System.Collections.Generic;
using System.Linq;
using Google.Protobuf;
using Google.Protobuf.Reflection;
using Google.Protobuf.Collections;
using Google.Protobuf.WellKnownTypes;
using System.Collections;
public class ProtobufFaker {