DapperLib / DapperLib/DapperAOT
Error CS0433 when adding DapperAot to class - .Net 8.0 windows desktop app
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 472
- Forks
- 43
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 18
Description
Trying to try out DapperAot but can't get past this error after following setup guide, any ideas?
C:\XXXX\obj\Debug\net8.0-windows10.0.19041.0\Dapper.AOT.Analyzers\Dapper.CodeAnalysis.DapperInterceptorGenerator\XXXX.generated.cs(301,50,301,77): error CS0433: The type 'InterceptsLocationAttribute' exists in both 'XXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'XXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the setup from the setup guide in a .NET 8.0 Windows desktop app and inspect the generated file at obj\Debug\net8.0-windows10.0.19041.0\Dapper.AOT.Analyzers\Dapper.CodeAnalysis.DapperInterceptorGenerator\XXXX.generated.cs. Determine why InterceptsLocationAttribute is present in both reported assemblies; done means the setup completes without CS0433.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100