Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/ApiVersionInfo/ReleaseNoteTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal sealed class ReleaseNoteTable : IRenderable
private readonly Table table = new Table()
.AddColumn("Change")
.AddColumn("Description")
.MinimalBorder();
.RoundedBorder();

public Measurement Measure(RenderOptions options, int maxWidth)
{
Expand Down
2 changes: 1 addition & 1 deletion samples/ApiVersionInfo/RouteTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal sealed class RouteTable(RouteOptions routeOptions) : IRenderable
private readonly Table table = new Table().AddColumn("Route")
.AddColumn("Authorization")
.AddColumn("Localization")
.MinimalBorder();
.RoundedBorder();

public Measurement Measure(RenderOptions options, int maxWidth)
{
Expand Down
3 changes: 2 additions & 1 deletion samples/MostVersatileMaterials/ItemCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public async Task Show(Item item)
{
Table itemTable = new Table().AddColumn("Icon")
.AddColumn("Ingredient")
.AddColumn("Description");
.AddColumn("Description")
.RoundedBorder();

SpectreMarkupConverter converter = new();
IEnumerable<MarkupToken> tokens = MarkupLexer.Tokenize(item.Description);
Expand Down
2 changes: 1 addition & 1 deletion samples/MostVersatileMaterials/RecipesTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace MostVersatileMaterials;

internal sealed class RecipesTable : IRenderable
{
private readonly Table table = new Table().AddColumn("Recipe").AddColumn("Description");
private readonly Table table = new Table().AddColumn("Recipe").AddColumn("Description").RoundedBorder();

public Measurement Measure(RenderOptions options, int maxWidth)
{
Expand Down
18 changes: 9 additions & 9 deletions src/GuildWars2/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[10.0.7, )",
"resolved": "10.0.7",
"contentHash": "AA/yhzFHNtQZXLdqjzujPy25G8EWwGWsAnxOE2zYSBoT/8QHP6ketN3CToD3DFreO653ipUwnKHo22B8AlBMCw=="
"requested": "[10.0.8, )",
"resolved": "10.0.8",
"contentHash": "dVbSXGIFNR5nZcv2tOLoWI+a9T4jtFd77IYjuND+QVe360qWgAF7H0WtoopYhRw/+SgpGUTyrkrh+65+ClNnfw=="
},
"MinVer": {
"type": "Direct",
Expand Down Expand Up @@ -324,9 +324,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.26, )",
"resolved": "8.0.26",
"contentHash": "o7/yVssM2r9Wyln2s9edBd5ANZXqdSdBI+g7JqXkyJmXrhs2WsJp25K5yPnYrTgdKBCjKB8bg+O2oew4sgzFaA=="
"requested": "[8.0.27, )",
"resolved": "8.0.27",
"contentHash": "rQi9TxifHRnXP7lVRZH05DxD2/XGbJp12q0ozcbrlBlBnyyzssFTH/2vLhtKWUp2CT1qVscTrcYTFiwTyKPKRg=="
},
"MinVer": {
"type": "Direct",
Expand Down Expand Up @@ -362,9 +362,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.15, )",
"resolved": "9.0.15",
"contentHash": "EejcbfCMR77Dthy77qxRbEShmzLApHZUPqXMBVQK+A0pNrRThkaHoGGMGvbq/gTkC/waKcDEgjBkbaejB58Wtw=="
"requested": "[9.0.16, )",
"resolved": "9.0.16",
"contentHash": "ccPBYGLPJt8DeJTUzQ0JzOh/iuUAgnjayU63PokVywAhUOx+dzDKSPTL7AG94U/VpvNXflTT2AjsFAIF1+bXBw=="
},
"MinVer": {
"type": "Direct",
Expand Down