Этот коммит содержится в:
Ihar Hancharenka 2024-11-21 10:16:59 +03:00
родитель d3f838526f
Коммит 8bf52ae973
3 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,9 @@ https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
https://dotnet.microsoft.com/en-us/download/dotnet/scripts
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
./dotnet-install.sh --channel 8.0
./dotnet-install.sh --runtime dotnet --version 8.0.0
dotnet tool install -g microsoft.sqlpackage
dotnet tool update -g microsoft.sqlpackage
dotnet tool uninstall -g microsoft.sqlpackage

Просмотреть файл

@ -27,3 +27,6 @@ config (connections)
"expiresOn": ...,
"email": "first.last@some.com"
},
modern features
https://github.com/microsoft/vscode-mssql/blob/main/FEATURES.md#modern-features-in-mssql-for-visual-studio-code

Просмотреть файл

@ -4,3 +4,4 @@ https://www.baeldung.com/mockito-mock-static-methods
https://maxxedev.github.io/2021/03/07/mocking-static-methods-and-constructors-with-mockito.html
https://stackoverflow.com/questions/40563409/configure-mockbean-component-before-application-start
https://stackoverflow.com/questions/64717683/mockito-donothing-with-mockito-mockstatic