Skip to content

Fix the links to nuget package #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We're going to assume that you already have existing C# or VB code that uses [`D
Dapper.AOT offers two new tools:

- [`Dapper.Advisor`](https://www.nuget.org/packages/Dapper.Advisor) which offers guidance on your Dapper usage (but does not change how anything works); this works with VB and C#
- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.Advisor) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation
- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.AOT) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation
and some runtime library code that allows your Dapper code to work in an AOT (see below) way; this works with C# only

## What is AOT?
Expand Down Expand Up @@ -182,4 +182,4 @@ similar configuration is available via new `Dapper.AOT` markers. Please ask if y

**PLEASE TEST YOUR CODE CAREFULLY**

If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose)
If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose)