From c8d5803fee69786004ab399257e127e9868af9af Mon Sep 17 00:00:00 2001 From: equiman Date: Wed, 14 Dec 2022 17:48:35 -0500 Subject: [PATCH] upgrade version to .net 7 --- .github/FUNDING.yml | 3 +- .github/workflows/build.yml | 4 +- .github/workflows/pack.yml | 4 +- .vscode/launch.json | 4 +- .vscode/settings.json | 18 +++- CHANGELOG.md | 138 ++++++++++++++++------------- README.md | 6 +- Sample/Sample.csproj | 6 +- ToolBox.Tests/ToolBox.Tests.csproj | 2 +- ToolBox/ToolBox.csproj | 13 ++- ToolBox/ToolBox.nuspec | 5 +- global.json | 4 +- lcov.info | 64 ++++++------- sonar.bat | 2 +- sonar.sh | 2 +- 15 files changed, 153 insertions(+), 122 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c773c57..b307b10 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"] +github: [deinsoftware] +custom: ["https://paypal.me/equiman/3"] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cc19e4..9472bdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,8 +7,8 @@ on: branches: [master] env: - dotnet: 6.0.203 - version: 1.10.0 + dotnet: 7.0.101 + version: 1.11.0 key: dein:toolbox organization: dein name: ToolBox diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index c30c581..6dafb98 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -5,8 +5,8 @@ on: types: [published] env: - dotnet: 6.0.203 - version: 1.10.0 + dotnet: 7.0.101 + version: 1.11.0 jobs: pack: diff --git a/.vscode/launch.json b/.vscode/launch.json index af2178b..b3e2441 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/ToolBox.Tests/bin/Debug/net6.0/ToolBox.Tests.dll", + "program": "${workspaceFolder}/ToolBox.Tests/bin/Debug/net7.0/ToolBox.Tests.dll", "args": [], "cwd": "${workspaceFolder}/ToolBox.Tests", // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window @@ -25,4 +25,4 @@ "processId": "${command:pickProcess}" } ] -} +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 178bb2d..cdcb6dc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,12 +35,22 @@ ], "dotnet-test-explorer.testArguments": "/p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=../lcov", "editor.tabSize": 4, - "grammarly.userWords": ["NotificationSystem"], + "grammarly.userWords": [ + "NotificationSystem" + ], "grammarly.diagnostics": { "[markdown]": { - "ignore": ["inlineCode", "code"] + "ignore": [ + "inlineCode", + "code" + ] } }, "omnisharp.useEditorFormattingSettings": true, - "cSpell.words": ["dotnet", "Eomm", "netstandard"] -} + "cSpell.words": [ + "deinsoftware", + "dotnet", + "Eomm", + "netstandard" + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7196f4b..bce8e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,213 +9,223 @@ Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. --> -## [1.10.0] - 2022-05-21 +## 1.11.0 - 2022-12-14 -**Changed:** +### Added + +- Support for .Net version 7.0 + +### Fixed + +- Sponsors url + +## 1.10.0 - 2022-05-21 + +### Changed - Brand images with new dein standard -## [1.9.2] - 2022-05-19 +## 1.9.2 - 2022-05-19 -**Fixed:** +### Fixed - Support with dotnet 6 publish NuGet commands -## [1.9.1] - 2022-05-19 +## 1.9.1 - 2022-05-19 -**Changed:** +### Changed - Support for Twitter API v2 -## [1.9.0] - 2022-03-20 +## 1.9.0 - 2022-03-20 -**Removed:** +### Removed - NewtonSoft library dependency -## [1.8.0] - 2022-03-20 +## 1.8.0 - 2022-03-20 -**Added:** +### Added - Support for .Net version 6.0 - Support for netstandard version 2.1 -## [1.7.1] - 2020-12-01 +## 1.7.1 - 2020-12-01 -**Fixed:** +### Fixed - Commands with single quotes and paths with spaces. -## [1.7.0] - 2020-11-11 +## 1.7.0 - 2020-11-11 -**Removed:** +### Removed - Drop support for .Net Core version 2.2, because is out of support and will not receive security updates in the future. -**Added:** +### Added - Support for .Net version 5.0 -## [1.6.4] - 2020-04-27 +## 1.6.4 - 2020-04-27 -**Fixed:** +### Fixed - NuGet development dependency. -## [1.6.3] - 2020-04-22 +## 1.6.3 - 2020-04-22 -**Fixed:** +### Fixed - NuGet permissions on scripts. -## [1.6.0] - 2020-04-19 +## 1.6.0 - 2020-04-19 -**Updated:** +### Updated - The framework to .Net Core version 3.1 -**Changed:** +### Changed - NuGet support only for .Net Core 2.2 and 3.1 -## [1.5.4] - 2019-10-02 +## 1.5.4 - 2019-10-02 -**Updated:** +### Updated - The Framework to .Net Core version 3.0 -**Changed:** +### Changed - NuGet support only for .Net Core 2.2 and 3.0 -## [1.5.3] - 2019-07-29 +## 1.5.3 - 2019-07-29 -**Added:** +### Added - Path GetFileNameWithoutExtension method -**Updated:** +### Updated - Moq to 4.12.0 - Coverlet to 2.6.3 - NET.Test and CodeCoverage to 16.2.0 - NewtonSoft to 12.0.2 -## [1.4.5] - 2019-01-23 +## 1.4.5 - 2019-01-23 -**Updated:** +### Updated - The Framework to .Net Core version 2.2 - Moq to 4.10.1 - Coverlet to 4.5.1 -**Fixed:** +### Fixed - Add extra double quotes on external command when path contains spaces on folder names. -## [1.4.4] - 2018-12-06 +## 1.4.4 - 2018-12-06 -**Added:** +### Added - Support for .Net Core version 2.0 -**Changed:** +### Changed - Update Newtonsoft.Json library to 12.0.1 -## [1.4.3] - 2018-09-28 +## 1.4.3 - 2018-09-28 -**Updated:** +### Updated - The Framework to .Net Core version 2.1 -## [1.4.2] - 2018-09-17 +## 1.4.2 - 2018-09-17 -**Fixed:** +### Fixed - Windows shell bridge. -## [1.4.1] - 2018-08-26 +## 1.4.1 - 2018-08-26 -**Fixed:** +### Fixed - The `ExtractLine` method on empty search. -## [1.4.0] - 2018-08-25 +## 1.4.0 - 2018-08-25 -**Changed:** +### Changed - RemoveLastOctetIPv4 to GetOctetsIPv4 function. -**Added:** +### Added - Bridge and Shell Documentation. -## [1.3.1] - 2018-08-24 +## 1.3.1 - 2018-08-24 -**Fixed:** +### Fixed - Output scripts on the NuGet package. -## [1.3.0] - 2018-08-24 +## 1.3.0 - 2018-08-24 -**Added:** +### Added - Bridge class to run commands in an external terminal. -## [1.2.1] - 2018-06-14 +## 1.2.1 - 2018-06-14 -**Fixed:** +### Fixed - Code smells reported by SonarQube. -**Updated:** +### Updated - Newtonsoft.Json library to 11.0.2 -## [1.2.0] - 2018-06-12 +## 1.2.0 - 2018-06-12 -**Added:** +### Added - Search option on Get Files. - Split function on Directories Path. -## [1.1.4] - 2018-06-07 +## 1.1.4 - 2018-06-07 -**Fixed:** +### Fixed - Delete All function don't throw an exception when folder file not found. -## [1.1.3] - 2018-02-19 +## 1.1.3 - 2018-02-19 -**Fixed:** +### Fixed - NuGet package files, remove source files and pack under lib folder. -## [1.1.2] - 2018-01-11 +## 1.1.2 - 2018-01-11 -**Fixed:** +### Fixed - Code smells reported by SonarQube. -## [1.1.1] - 2018-01-09 +## 1.1.1 - 2018-01-09 -**Fixed:** +### Fixed - `FilterCreator` function when the extension is null. -## [1.1.0] - 2018-01-05 +## 1.1.0 - 2018-01-05 -**Added:** +### Added - FilterCreator function. - INotificationSystem interface that notify actions on COPY or DELETE files. - NuGet package configuration. -**Fixed:** +### Fixed - Update [ToolBox](https://github.com/deinsoftware/toolbox) and [Colorify](https://github.com/equiman/colorify) library, that solves bug with text on resize window. -## [1.0.0] - 2017-12-26 +## 1.0.0 - 2017-12-26 Where it all begins... diff --git a/README.md b/README.md index 8dcaf66..2796c96 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ What things you need to install? - [.Net SDK](https://www.microsoft.com/net/download) -**ToolBox** supports `netstandard2.1`, `netcoreapp3.1`, `net5.0` and `net6.0` target frameworks. +**ToolBox** supports `netstandard2.1`, `netcoreapp3.1`, `net5.0`, `net6.0` and `net7.0` target frameworks. ### Installing @@ -97,7 +97,7 @@ Inside your .csproj add Command Bridge files on build: ```xml - + @@ -502,8 +502,8 @@ See also the list of [contributors](https://github.com/deinsoftware/toolbox/cont If this project help you reduce time to develop, you can give me a cup of coffee. +[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware) [![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3) -[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman) No sponsors yet! Will you be the first? diff --git a/Sample/Sample.csproj b/Sample/Sample.csproj index 03944a4..73800a6 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -1,10 +1,10 @@ - - + + Exe - net6.0 + net7.0 \ No newline at end of file diff --git a/ToolBox.Tests/ToolBox.Tests.csproj b/ToolBox.Tests/ToolBox.Tests.csproj index 6f0c1c1..a096f8e 100644 --- a/ToolBox.Tests/ToolBox.Tests.csproj +++ b/ToolBox.Tests/ToolBox.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net7.0 false {8fb9feb0-766c-4602-bd1a-79026d9f1266} diff --git a/ToolBox/ToolBox.csproj b/ToolBox/ToolBox.csproj index 1919198..7cdd9f6 100644 --- a/ToolBox/ToolBox.csproj +++ b/ToolBox/ToolBox.csproj @@ -2,7 +2,7 @@ ToolBox ToolBox - 1.10.0 + 1.11.0 {cc239282-2799-4be9-a88f-aa8b744b533d} Camilo Martinez @@ -21,7 +21,7 @@ https://github.com/deinsoftware/toolbox git - netstandard2.1;netcoreapp3.1;net5.0;net6.0; + netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0; win-x64;osx-x64;linux-x64; full @@ -34,7 +34,7 @@ - + @@ -56,4 +56,11 @@ + + + + + + + diff --git a/ToolBox/ToolBox.nuspec b/ToolBox/ToolBox.nuspec index 012327b..088d9b8 100644 --- a/ToolBox/ToolBox.nuspec +++ b/ToolBox/ToolBox.nuspec @@ -2,7 +2,7 @@ dein.ToolBox - 1.10.0 + 1.11.0 dein ToolBox Camilo Martinez dein,equiman @@ -25,6 +25,7 @@ + @@ -42,6 +43,8 @@ + + \ No newline at end of file diff --git a/global.json b/global.json index 11cf4e0..5a6e2c3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.203", + "version": "7.0.101", "rollForward": "latestMajor" } -} +} \ No newline at end of file diff --git a/lcov.info b/lcov.info index 6083ee3..ed303aa 100644 --- a/lcov.info +++ b/lcov.info @@ -1,4 +1,4 @@ -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Validations/Bool.cs +SF:d:\Developer\dein\toolbox\ToolBox\Validations\Bool.cs FN:7,System.Boolean ToolBox.Validations.Bool::SomeFalse(System.Boolean[]) FNDA:0,System.Boolean ToolBox.Validations.Bool::SomeFalse(System.Boolean[]) DA:8,0 @@ -25,7 +25,7 @@ BRH:0 FNF:1 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Validations/Number.cs +SF:d:\Developer\dein\toolbox\ToolBox\Validations\Number.cs FN:7,System.Boolean ToolBox.Validations.Number::IsNumber(System.String) FNDA:0,System.Boolean ToolBox.Validations.Number::IsNumber(System.String) DA:8,0 @@ -46,7 +46,7 @@ BRH:0 FNF:2 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Validations/Strings.cs +SF:d:\Developer\dein\toolbox\ToolBox\Validations\Strings.cs FN:7,System.Boolean ToolBox.Validations.Strings::SomeNullOrEmpty(System.String[]) FNDA:0,System.Boolean ToolBox.Validations.Strings::SomeNullOrEmpty(System.String[]) DA:8,0 @@ -73,7 +73,7 @@ BRH:0 FNF:1 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Validations/Web.cs +SF:d:\Developer\dein\toolbox\ToolBox\Validations\Web.cs FN:7,System.Boolean ToolBox.Validations.Web::IsUrl(System.String) FNDA:0,System.Boolean ToolBox.Validations.Web::IsUrl(System.String) DA:8,0 @@ -94,7 +94,7 @@ BRH:0 FNF:1 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Transform/Strings.cs +SF:d:\Developer\dein\toolbox\ToolBox\Transform\Strings.cs FN:7,System.String ToolBox.Transform.Strings::CleanSpecialCharacters(System.String) FNDA:0,System.String ToolBox.Transform.Strings::CleanSpecialCharacters(System.String) DA:8,0 @@ -175,7 +175,7 @@ BRH:0 FNF:5 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/System/Env.cs +SF:d:\Developer\dein\toolbox\ToolBox\System\Env.cs FN:7,System.String ToolBox.System.Env::GetValue(System.String) FNDA:0,System.String ToolBox.System.Env::GetValue(System.String) DA:8,0 @@ -199,7 +199,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/System/Network.cs +SF:d:\Developer\dein\toolbox\ToolBox\System\Network.cs FN:11,System.String ToolBox.System.Network::GetLocalIPv4() FNDA:0,System.String ToolBox.System.Network::GetLocalIPv4() DA:12,0 @@ -242,7 +242,7 @@ BRH:0 FNF:2 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/System/User.cs +SF:d:\Developer\dein\toolbox\ToolBox\System\User.cs FN:8,System.String ToolBox.System.User::GetUserName() FNDA:0,System.String ToolBox.System.User::GetUserName() DA:9,0 @@ -269,7 +269,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Platform/CommandSystemMac.cs +SF:d:\Developer\dein\toolbox\ToolBox\Platform\CommandSystemMac.cs FN:9,ToolBox.Platform.ICommandSystem ToolBox.Platform.CommandSystem::get_Mac() FNDA:0,ToolBox.Platform.ICommandSystem ToolBox.Platform.CommandSystem::get_Mac() DA:10,0 @@ -292,7 +292,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Platform/CommandSystemWin.cs +SF:d:\Developer\dein\toolbox\ToolBox\Platform\CommandSystemWin.cs FN:9,ToolBox.Platform.ICommandSystem ToolBox.Platform.CommandSystem::get_Win() FNDA:0,ToolBox.Platform.ICommandSystem ToolBox.Platform.CommandSystem::get_Win() DA:10,0 @@ -317,7 +317,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Platform/Platform.cs +SF:d:\Developer\dein\toolbox\ToolBox\Platform\Platform.cs FN:7,System.Boolean ToolBox.Platform.OS::IsWin() FNDA:0,System.Boolean ToolBox.Platform.OS::IsWin() DA:8,0 @@ -352,7 +352,7 @@ BRH:0 FNF:4 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Notification/NotificationSystemDefault.cs +SF:d:\Developer\dein\toolbox\ToolBox\Notification\NotificationSystemDefault.cs FN:9,ToolBox.Notification.INotificationSystem ToolBox.Notification.NotificationSystem::get_Default() FNDA:0,ToolBox.Notification.INotificationSystem ToolBox.Notification.NotificationSystem::get_Default() DA:10,0 @@ -389,7 +389,7 @@ BRH:0 FNF:6 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Log/FileLogCsv.cs +SF:d:\Developer\dein\toolbox\ToolBox\Log\FileLogCsv.cs FN:9,ToolBox.Files.IFileSystem ToolBox.Log.FileLogCsv::get__fileSystem() FNDA:0,ToolBox.Files.IFileSystem ToolBox.Log.FileLogCsv::get__fileSystem() DA:10,0 @@ -440,14 +440,14 @@ DA:73,0 DA:74,0 DA:75,0 DA:76,0 -BRDA:69,163,0,0 -BRDA:69,163,1,0 -BRDA:69,175,0,0 -BRDA:69,175,1,0 -BRDA:70,217,0,0 -BRDA:70,217,1,0 -BRDA:70,229,0,0 -BRDA:70,229,1,0 +BRDA:69,227,0,0 +BRDA:69,227,1,0 +BRDA:69,239,0,0 +BRDA:69,239,1,0 +BRDA:70,296,0,0 +BRDA:70,296,1,0 +BRDA:70,308,0,0 +BRDA:70,308,1,0 FN:13,System.Void ToolBox.Log.FileLogCsv::.ctor(ToolBox.Files.IFileSystem,System.String,System.String,System.Char) FNDA:0,System.Void ToolBox.Log.FileLogCsv::.ctor(ToolBox.Files.IFileSystem,System.String,System.String,System.Char) DA:14,0 @@ -479,7 +479,7 @@ BRH:0 FNF:7 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Log/FileLogTxt.cs +SF:d:\Developer\dein\toolbox\ToolBox\Log\FileLogTxt.cs FN:8,ToolBox.Files.IFileSystem ToolBox.Log.FileLogTxt::get__fileSystem() FNDA:0,ToolBox.Files.IFileSystem ToolBox.Log.FileLogTxt::get__fileSystem() DA:9,0 @@ -516,8 +516,8 @@ DA:57,0 DA:58,0 DA:59,0 DA:60,0 -BRDA:52,151,0,0 -BRDA:52,151,1,0 +BRDA:52,173,0,0 +BRDA:52,173,1,0 FN:11,System.Void ToolBox.Log.FileLogTxt::.ctor(ToolBox.Files.IFileSystem,System.String,System.String) FNDA:0,System.Void ToolBox.Log.FileLogTxt::.ctor(ToolBox.Files.IFileSystem,System.String,System.String) DA:12,0 @@ -548,7 +548,7 @@ BRH:0 FNF:5 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/File/DiskConfigurator.cs +SF:d:\Developer\dein\toolbox\ToolBox\File\DiskConfigurator.cs FN:13,ToolBox.Files.IFileSystem ToolBox.Files.DiskConfigurator::get__fileSystem() FNDA:0,ToolBox.Files.IFileSystem ToolBox.Files.DiskConfigurator::get__fileSystem() DA:14,0 @@ -710,7 +710,7 @@ BRH:0 FNF:10 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/File/FileSystemDefault.cs +SF:d:\Developer\dein\toolbox\ToolBox\File\FileSystemDefault.cs FN:10,ToolBox.Files.IFileSystem ToolBox.Files.FileSystem::get_Default() FNDA:0,ToolBox.Files.IFileSystem ToolBox.Files.FileSystem::get_Default() DA:11,0 @@ -831,7 +831,7 @@ BRH:0 FNF:20 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/File/PathsConfigurator.cs +SF:d:\Developer\dein\toolbox\ToolBox\File\PathsConfigurator.cs FN:10,ToolBox.Platform.ICommandSystem ToolBox.Files.PathsConfigurator::get__commandSystem() FNDA:0,ToolBox.Platform.ICommandSystem ToolBox.Files.PathsConfigurator::get__commandSystem() DA:11,0 @@ -943,7 +943,7 @@ BRH:0 FNF:10 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Bridge/Bridge.cs +SF:d:\Developer\dein\toolbox\ToolBox\Bridge\Bridge.cs FN:4,System.String ToolBox.Bridge.Bridge::get_fileName() FNDA:0,System.String ToolBox.Bridge.Bridge::get_fileName() DA:5,0 @@ -960,7 +960,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Bridge/BridgeSystemBash.cs +SF:d:\Developer\dein\toolbox\ToolBox\Bridge\BridgeSystemBash.cs FN:12,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.BridgeSystem::get_Bash() FNDA:0,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.BridgeSystem::get_Bash() DA:13,0 @@ -1012,7 +1012,7 @@ BRH:0 FNF:4 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Bridge/BridgeSystemBat.cs +SF:d:\Developer\dein\toolbox\ToolBox\Bridge\BridgeSystemBat.cs FN:12,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.BridgeSystem::get_Bat() FNDA:0,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.BridgeSystem::get_Bat() DA:13,0 @@ -1065,7 +1065,7 @@ BRH:0 FNF:4 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Bridge/Response.cs +SF:d:\Developer\dein\toolbox\ToolBox\Bridge\Response.cs FN:4,System.Int32 ToolBox.Bridge.Response::get_code() FNDA:0,System.Int32 ToolBox.Bridge.Response::get_code() DA:5,0 @@ -1082,7 +1082,7 @@ BRH:0 FNF:3 FNH:0 end_of_record -SF:/Users/jcmartinez/Developer/DEIN/Projects/_devTB/ToolBox/Bridge/ShellConfigurator.cs +SF:d:\Developer\dein\toolbox\ToolBox\Bridge\ShellConfigurator.cs FN:12,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.ShellConfigurator::get__bridgeSystem() FNDA:0,ToolBox.Bridge.IBridgeSystem ToolBox.Bridge.ShellConfigurator::get__bridgeSystem() DA:13,0 diff --git a/sonar.bat b/sonar.bat index 1a9b8a8..c763f73 100644 --- a/sonar.bat +++ b/sonar.bat @@ -1,7 +1,7 @@ @echo off set /p token=