The code examples in this topic show you how to use the .NET work with Aurora DSQL.
- dotnet version >=8.0.0 is needed
# Use the account credentials dedicated for dotnet
cd ExampleTest.Tests
dotnet test
Below error on Cloud Desktop can be resolved by running export DOTNET_NUGET_SIGNATURE_VERIFICATION=false
.
error NU3018: Package 'System.Runtime.InteropServices 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature's signing certificate is not trusted by the trust provider.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0