DriveSmart.DSCore
3.14.17.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DriveSmart.DSCore --version 3.14.17.1
NuGet\Install-Package DriveSmart.DSCore -Version 3.14.17.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DriveSmart.DSCore" Version="3.14.17.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DriveSmart.DSCore --version 3.14.17.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DriveSmart.DSCore, 3.14.17.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DriveSmart.DSCore as a Cake Addin #addin nuget:?package=DriveSmart.DSCore&version=3.14.17.1 // Install DriveSmart.DSCore as a Cake Tool #tool nuget:?package=DriveSmart.DSCore&version=3.14.17.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Build the library
sh build.sh --base-path $PWD
Home page
https://github.com/DriveSmart-MobileTeam/dstracker_integration_sample
Additional setup
OPTION 1: Everything in CSPROJ file
1/ Change your CSPROJ file to have Gradle configuration
<ItemGroup>
<GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
<Repository>
maven {
url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
name 'Android_Libraries'
credentials {
username 'YOUR_USER_NAME'
password 'YOUR_PASSWORD'
}
}
</Repository>
</GradleRepository>
</ItemGroup>
NOTE: Please consider using PROPS file to not commit your credentials into the VCS.
OPTION 2: Use ~/.gradle/gradle.properties file
1/ Change your CSPROJ file to have Gradle configuration
<ItemGroup>
<GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
<Repository>
maven {
url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
name 'Android_Libraries'
credentials {
username tfsdrivesmart_user
password tfsdrivesmart_password
}
}
</Repository>
</GradleRepository>
</ItemGroup>
2/ Set your username and password in gradle.properties file
tfsdrivesmart_user=YOUR_USERNAME
tfsdrivesmart_password=YOUR_PASSWORD
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android31.0 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net8.0-android was computed. |
MonoAndroid | monoandroid12.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
MonoAndroid 12.0
- Dependencies.Gradle (>= 7.6.1)
-
net6.0-android31.0
- Dependencies.Gradle (>= 7.6.1)
-
net7.0-android33.0
- Dependencies.Gradle (>= 7.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DriveSmart.DSCore:
Package | Downloads |
---|---|
DriveSmart.DSTracker
.NET Android binding library for DriveSmart:DS-Tracker:1.5.83 |
GitHub repositories
This package is not used by any popular GitHub repositories.