Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
AutoMapper-users
Conversations
About
AutoMapper-users
1–30 of 1239
Mark all as read
Report abusive group
0 selected
pankaj kaushik
, …
Tushar Dabhi
8
Jul 22
How to map a class with dynamically generated class in Automapper
What was the solution? On Friday, March 29, 2019 at 2:23:44 AM UTC-4 panka...@gmail.com wrote: This
unread,
How to map a class with dynamically generated class in Automapper
What was the solution? On Friday, March 29, 2019 at 2:23:44 AM UTC-4 panka...@gmail.com wrote: This
Jul 22
Jaco De Villiers
Jun 6
v11 Upgrade Bug - IMemberConfigurationExpression Ignore()
After upgrading from v8.1.1 the below code throws a run time Exception on the `.Ignore()` ASPNET API
unread,
v11 Upgrade Bug - IMemberConfigurationExpression Ignore()
After upgrading from v8.1.1 the below code throws a run time Exception on the `.Ignore()` ASPNET API
Jun 6
Alan Quadros
Apr 29
Error Mapping Types
Dear all, I'm in trouble with AutoMapper I have 2 classes: public class ActionDto { public long
unread,
Error Mapping Types
Dear all, I'm in trouble with AutoMapper I have 2 classes: public class ActionDto { public long
Apr 29
Sumit Pathak
Mar 25
AutoMapperMappingException
Dear all, I am facing really weird issue with the AutoMapper DLL used in my ASP.Net Web API. Suddenly
unread,
AutoMapperMappingException
Dear all, I am facing really weird issue with the AutoMapper DLL used in my ASP.Net Web API. Suddenly
Mar 25
Thami Najim
Jan 20
Automapping a collection fails
Hi there I am hoping for some help with this bug. I have a class that inherits from a List<T>.
unread,
Automapping a collection fails
Hi there I am hoping for some help with this bug. I have a class that inherits from a List<T>.
Jan 20
jose pozo
2
Jan 17
Relationship many to many
Controller: [HttpPatch("{id:int}")] public async Task<ActionResult> Patch([FromRoute]
unread,
Relationship many to many
Controller: [HttpPatch("{id:int}")] public async Task<ActionResult> Patch([FromRoute]
Jan 17
Marius Fjeldet
Jan 3
Ignore mapping List if null
Hi, I posted a question in StackOverflow a little over a week ago, which I think formats my example
unread,
Ignore mapping List if null
Hi, I posted a question in StackOverflow a little over a week ago, which I think formats my example
Jan 3
Andrés Gustavo Muñoz Dávila
10/6/21
Missing type map configuration or unsupported mapping.
This is the exception: CDStructure -> CDStructure CannedDataGenerator.dbContext.CDStructure ->
unread,
Missing type map configuration or unsupported mapping.
This is the exception: CDStructure -> CDStructure CannedDataGenerator.dbContext.CDStructure ->
10/6/21
Samuel Fung
9/7/21
Schedule of next release?
Hi, I hit the issue https://github.com/AutoMapper/AutoMapper/issues/3365 which was fixed after the
unread,
Schedule of next release?
Hi, I hit the issue https://github.com/AutoMapper/AutoMapper/issues/3365 which was fixed after the
9/7/21
Mihir Ranade
,
Jimmy Bogard
4
7/28/21
Automapper on Asp.net mvc 4.8
Well, however you want really. It's no different than how you get access to any other object in
unread,
Automapper on Asp.net mvc 4.8
Well, however you want really. It's no different than how you get access to any other object in
7/28/21
Ken Baltrinic
, …
Jimmy Bogard
4
7/1/21
AfterMap not working well when mapping enumerations
Yes no one has fixed it and it doesn't affect me so 🤷♂️ On Tue, Jun 29, 2021 at 4:27 PM Djordje
unread,
AfterMap not working well when mapping enumerations
Yes no one has fixed it and it doesn't affect me so 🤷♂️ On Tue, Jun 29, 2021 at 4:27 PM Djordje
7/1/21
Brian Richardson
6/12/21
AutoMapper materializes default object when should be null?
I'm sorry if the subject is a bit unclear, but I'm running into a situation where AutoMapper
unread,
AutoMapper materializes default object when should be null?
I'm sorry if the subject is a bit unclear, but I'm running into a situation where AutoMapper
6/12/21
Michael Lenart
5/11/21
How to ignore public static property with AutoMapper using the Fluent approach?
0 I have a scenario that I have a source class (call it Foo) that has a public static property:
unread,
How to ignore public static property with AutoMapper using the Fluent approach?
0 I have a scenario that I have a source class (call it Foo) that has a public static property:
5/11/21
Mats Sarapik
,
Jimmy Bogard
2
5/4/21
Is there way to abort the map?
No, there's not. On May 4, 2021, at 6:11 AM, Mats Sarapik <mats_sarapik@trimble.com> wrote:
unread,
Is there way to abort the map?
No, there's not. On May 4, 2021, at 6:11 AM, Mats Sarapik <mats_sarapik@trimble.com> wrote:
5/4/21
Marco Antonio Garcia Reboiro
,
KC REDUS
2
4/30/21
need help with IValueConverter
I think the issue is that your dest.MassUnitId is nullable but you setup the IValueConverter as <
unread,
need help with IValueConverter
I think the issue is that your dest.MassUnitId is nullable but you setup the IValueConverter as <
4/30/21
Neil Shah
2/7/21
Map to a collection property that is at different level than the one in source
Hello Members, I am very new to automapper and need your help in order to find the solution. I have a
unread,
Map to a collection property that is at different level than the one in source
Hello Members, I am very new to automapper and need your help in order to find the solution. I have a
2/7/21
אבי אמן
1/23/21
Automapper created this type map for you, but your types
Automapper created this type map for you, but your types
unread,
Automapper created this type map for you, but your types
Automapper created this type map for you, but your types
1/23/21
F D
,
Jimmy Bogard
4
1/15/21
StackOverflowException
Thank you for this solution. I do not know. I'm going to try Le vendredi 15 janvier 2021 à 14:48:
unread,
StackOverflowException
Thank you for this solution. I do not know. I'm going to try Le vendredi 15 janvier 2021 à 14:48:
1/15/21
Niko Dierickx
1/14/21
Mapping Generic<T> to T
I'm trying to use Automapper's Open Generics as described in https://github.com/AutoMapper/
unread,
Mapping Generic<T> to T
I'm trying to use Automapper's Open Generics as described in https://github.com/AutoMapper/
1/14/21
Daniel Patfield
, …
Jimmy Bogard
6
12/17/20
ASP.NET MVC 4.8 in VS 2019
Not quite. You still only want initialization to happen once at startup. In that code, you've got
unread,
ASP.NET MVC 4.8 in VS 2019
Not quite. You still only want initialization to happen once at startup. In that code, you've got
12/17/20
Dani D
,
Jimmy Bogard
4
10/14/20
What exceptions are expected from Automapper?
Done. link On Wednesday, October 14, 2020 at 5:58:10 PM UTC+3 Jimmy Bogard wrote: Can you open a GH
unread,
What exceptions are expected from Automapper?
Done. link On Wednesday, October 14, 2020 at 5:58:10 PM UTC+3 Jimmy Bogard wrote: Can you open a GH
10/14/20
Jan Leimbach
2
10/7/20
IDataReader Mapping to n Destination Values
I need to add, that I thought about handling this problem in the query/db like splitting the value
unread,
IDataReader Mapping to n Destination Values
I need to add, that I thought about handling this problem in the query/db like splitting the value
10/7/20
Can Gencer
, …
corneliu remus
7
9/30/20
Mapping from Dictionary to Dictionary
Hi, I know that this is a very old topic, but I have a problem where I have to map dictionary to
unread,
Mapping from Dictionary to Dictionary
Hi, I know that this is a very old topic, but I have a problem where I have to map dictionary to
9/30/20
Jimmy Bogard
9/23/20
Re: Mapping Many-to-Many once forever
The easiest thing to do here is avoid the "many-to-many" magic in the ORM. Explicitly model
unread,
Re: Mapping Many-to-Many once forever
The easiest thing to do here is avoid the "many-to-many" magic in the ORM. Explicitly model
9/23/20
fredrik
9/4/20
AutoMapper.Extensions.OData and paging
Hello, AutoMapper.Extensions.OData README.md says NOT to use the EnableQuery Attribute. That
unread,
AutoMapper.Extensions.OData and paging
Hello, AutoMapper.Extensions.OData README.md says NOT to use the EnableQuery Attribute. That
9/4/20
nivrutt...@gmail.com
8/14/20
naming converntion are also not working
cfg.AddDataReaderMapping(); cfg.SourceMemberNamingConvention = new LowerUnderscoreNamingConvention();
unread,
naming converntion are also not working
cfg.AddDataReaderMapping(); cfg.SourceMemberNamingConvention = new LowerUnderscoreNamingConvention();
8/14/20
nivrutt...@gmail.com
2
8/13/20
AutoMapper for NpgsqlDataReader to POCO class
I am using .NET Core 3.1 On Thursday, 13 August 2020 23:19:47 UTC+5:30, nivrutt...@gmail.com wrote:
unread,
AutoMapper for NpgsqlDataReader to POCO class
I am using .NET Core 3.1 On Thursday, 13 August 2020 23:19:47 UTC+5:30, nivrutt...@gmail.com wrote:
8/13/20
TrevHutnter
6/26/20
Round trip preservation of unmapped properties?
Hi, I have a DTO that is thinner than the Domain object it maps to, but the DTO has a Dictionary<
unread,
Round trip preservation of unmapped properties?
Hi, I have a DTO that is thinner than the Domain object it maps to, but the DTO has a Dictionary<
6/26/20
gigasof...@gmail.com
6/5/20
Automapper in a Core 3.1 console app
Hi, I am trying to use automapper in a console application to do some database maintenance. I figured
unread,
Automapper in a Core 3.1 console app
Hi, I am trying to use automapper in a console application to do some database maintenance. I figured
6/5/20
pma...@gmail.com
,
Jimmy Bogard
2
5/7/20
OData V4 .NET Core AutoMapper nested properties cannot be translated from Linq
There's a NuGet package explicitly for OData and expression mapping, have you looked at that?
unread,
OData V4 .NET Core AutoMapper nested properties cannot be translated from Linq
There's a NuGet package explicitly for OData and expression mapping, have you looked at that?
5/7/20