We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a Roslyn Source Code Generators examples with code on GitHub - https://github.com/ignatandrei/rsCG_examples
The code is pretty simple , but it gives the error System.NullReferenceException: Object reference not set to an instance of an object.
The line is
__dapper__result = global::Dapper.TypeReader.TryGetReader<global::DapperExampleDAL.Person[]>()!.Read(__dapper__reader, ref __dapper__tokenBuffer);
You can find the example at https://github.com/ignatandrei/rsCG_examples , folder later_aotdapper\src\dapperexample Please help
The text was updated successfully, but these errors were encountered:
this code
global::Dapper.TypeReader.TryGetReader<global::DapperExampleDAL.Person[]>();
gives null
Sorry, something went wrong.
closing because taking new direction: DapperLib/Dapper#1909
No branches or pull requests
I have a Roslyn Source Code Generators examples with code on GitHub - https://github.com/ignatandrei/rsCG_examples
The code is pretty simple , but it gives the error
System.NullReferenceException: Object reference not set to an instance of an object.
The line is
You can find the example at https://github.com/ignatandrei/rsCG_examples , folder later_aotdapper\src\dapperexample
Please help
The text was updated successfully, but these errors were encountered: