👍 Отличная библиотека для работы с консолью Dotnet
#dotnet #console #nuget
https://spectreconsole.net/widgets/table
#dotnet #console #nuget
https://spectreconsole.net/widgets/table
spectreconsole.net
Spectre.Console - Table
Tables are a perfect way of displaying tabular data in a terminal. *Spectre.Console* is super smart about rendering tables and will adjust all columns to fit whatever is inside them.
Новая политика для HTTPs репозиториев NuGet пакетов. Теперь необходимо явно указывать какие источники должны быть в исключении безопасности.
#nuget #dotnet
Для этого, в корень решения кладем файл
#nuget #dotnet
Для этого, в корень решения кладем файл
nuget.config
с таким вот содержимым:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="http-source" value="http://domain.local/nuget" allowInsecureConnections="true" />
</packageSources>
</configuration>
1❤🔥1