a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[tests] Switch to MS Testing Platform for the dotnet test CLI command

+3
+3
global.json
··· 3 3 "version": "10.0.0", 4 4 "rollForward": "latestMinor", 5 5 "allowPrerelease": true 6 + }, 7 + "test": { 8 + "runner": "Microsoft.Testing.Platform" 6 9 } 7 10 }