Proto commits in petabridge/akkadotnet-code-samples

These 6 commits are when the Protocol Buffers files have changed:

Commit:408cc15
Author:Aaron Stannard
Committer:GitHub

[WIP] CQRS example (#161) * added initial sln structure and nuget packages * imported all message types from shared project * added `ProductTotalsActor` * upgrade to .NET 8 * keep Nuke on .NET 6 * added .NET 6 install back for github actions * defining EF contexts * added EF context * fleshing out backend * got executable up and running * fixed populator script * finished first pass of projector * fixing live execution of data model * fixed missing create event tags

The documentation is generated from this commit.

Commit:c27ec52
Author:Gregorius Soedharmo

Change tag sample to do sold and warning events lookup

Commit:402186b
Author:Aaron Stannard
Committer:GitHub

Reliable delivery implementation (#126) * added NuGet.config * fixed Akka.Streams warning * fixed temporary errors * added ProducerController and ConsumerController infrastructure * finished implementing reliable delivery * fixed numerous startup issues * fixed remaining bugs with setup * migrate from local Akka.NET to nightly builds * fixed issues with data seeding * added sorting * added chunking back * upgraded to Akka.NET v1.5.7

Commit:8ff6514
Author:Gregorius Soedharmo
Committer:GitHub

Add tag support for product creation (#124)

Commit:0408cdd
Author:Aaron Stannard
Committer:GitHub

Demo - upgraded event types (#100) * added Akka.Persistence snapshot capabilities * added inventory changes

Commit:f1965df
Author:Aaron Stannard
Committer:GitHub

Akka.Cluster.Sharding + Akka.Persistence (SQL Server) + Web UI (#96) * Initial Sharding Sample * defined initial message grammar * completed actor + state + message impl * added `Host` startup code * upgraded to Akka.Hosting v0.1.3 * added Akka.NET to Web App * fleshing out Razor Pages * adding CreateProduct forms * fix compilation error * added first simple CRUD page * working on version propagation inside all batch and shell scripts * added commands for starting dependencies first * fixed bug with `ProductTotalsActor` * fixed form validation issues * fixed web UI and messaging bugs * adding Protobuf serialization * completed `MessageSerializer` * integrated serialization * sample complete * added README for sample