Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -81,6 +81,10 @@ public static class MongoDbHostBuilderExtension
return mongoDb;
}
/// <summary>
/// Discovers all concrete types in the current <see cref="System.Reflection.Assembly"/> that implement <see cref="IEntityMapContributor"/>, instantiates each one, and invokes its <see cref="IEntityMapContributor.RegisterMaps"/> method to register entity mappings.
/// </summary>
/// <!-- aidoc:v1 sig=e89a195 body=9c8e4ad -->
public static void ConfigureRegisterMapClass()
{
var assembly = Assembly.GetExecutingAssembly();