Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7714081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:02:14+00:00 2026-06-01T02:02:14+00:00

As the title states: what (if available) is the replacement for the <typeConfig />

  • 0

As the title states: what (if available) is the replacement for the <typeConfig /> element in Unity 2?

  • Unity 1 config schema reference
  • Unity 2 config reference

Or alternatively: How can I configure a type parameter for a class in Unity configuration?

<alias alias="ISomeInterface" type="Namespace.ISomeInterface" />
<alias alias="SomeType" type="Namespace.SomeType`1" />
<alias alias="Foo" type="Namespace.Foo" />
<alias alias="Bar" type="Namespace.Bar" />

<container>
    <register type="ISomeInterface" mapTo="SomeType" name="GenericFoo">
        <!-- define generic type as Foo -->
    </register>
    <register type="ISomeInterface" mapTo="SomeType" name="GenericBar">
        <!-- define generic type as Bar -->
    </register>
</container>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:02:15+00:00Added an answer on June 1, 2026 at 2:02 am

    The <typeConfig> element was simply removed – it was a layer of XML that didn’t actually add anything but noise to the config file. The stuff that you previously nested inside typeConfig (like <constructor>, <param>, etc.) are now placed as children of the <register> element.

    As for your example there, you’d need to specify the generic type parameter as part of the mapTo parameter, like so:

    <register type="ISomeInterface" mapTo="SomeType[Foo]" name="GenericFoo" />
    <register type="ISomeInterface" mapTo="SomeType[Bar]" name="GenericBar" />
    

    Or you could use the CLR generic type syntax (the version with the `1 etc.) but that’s a lot noisier than the shortcut syntax Unity implements here.

    NOTE: Of course, the aliases you have above won’t work, since you haven’t included the assembly names with them, so this solution won’t work until you work out those details. Also, consider using the <assembly> and <namespace> declarations in the config file to remove the need for lots of aliases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple as the title states: Can you use only Java commands to take a
As the title states, is there a way to prevent extra elements from showing
As the title states when would you recommend the use of the mediator design
As the title states, how expensive are Python dictionaries to handle? Creation, insertion, updating,
As the title states my Ajax call is actually causing the form to be
As the title states, I need to relace all occurrences of the $ sign
As the title states, I have a C# console app which uses interop to
The title of the question pretty much states the problem. Is it possible?
As stated in the title, i'm looking for an XML schema (XSD-file) for the
As the title states im having some difficulties analzying the average-case memory usage of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.