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 1038537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:59:15+00:00 2026-05-16T14:59:15+00:00

Shouldn’t this test pass: [TestMethod] public void derived_message_subscription() { bool handled = false; Messenger.Default.Register<GenericMessage<baseClass>>(this,

  • 0

Shouldn’t this test pass:

[TestMethod]
public void derived_message_subscription()
{
    bool handled = false;
    Messenger.Default.Register<GenericMessage<baseClass>>(this, true, (msg) => handled = true);
    Messenger.Default.Send(new GenericMessage<testClass>(new testClass()));
    Assert.IsTrue(handled);
}

public abstract class baseClass { }
public class testClass : baseClass { }

I have to receive all messages for classes that inherits from one base class. MVVMLight has bool property receiveDerivedMessagesToo in Register method, but it seems to me that it isn’t working.

Note that when I don’t use GenericMessage < T >, test pass. Is it bug in galasoft mvvm light, or feature?

  • 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-05-16T14:59:16+00:00Added an answer on May 16, 2026 at 2:59 pm

    receiveDerivedMessagesToo means that you will receive messages that derive from the message class that you registered. This would work:

    public class SpecificMessage : GenericMessage { }

    As far as I know, you can’t register to one generic type and receive all the types that are derived from this generic, because GenericMessage<testClass> does not derive from GenericMessage<baseClass>.

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

Sidebar

Ask A Question

Stats

  • Questions 524k
  • Answers 524k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer From K&R: Regrettably, the format and precise contents of a… May 16, 2026 at 9:49 pm
  • Editorial Team
    Editorial Team added an answer The first queried line is filling $args with keys/values from… May 16, 2026 at 9:49 pm
  • Editorial Team
    Editorial Team added an answer Is the "Script Unique Keys" option set to TRUE in… May 16, 2026 at 9:49 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Shouldn't this be a pretty straightforward operation? However, I see there's neither a size()
Shouldn't PostBack be checked before Session protected void Page_Load(object sender, EventArgs e) { if
Shouldn't this regex validator make sure the user enters something in the textbox? For
Shouldn't this work? string s; s = some string;
Now, before you jump at how you shouldn't mix scopes: I realize this. However,
I don't know why I'm having so much trouble doing this, it shouldn't be
Shouldn't classes in DAL (customerDAL) be singleton? Since my controllers (customerController) exposes Shared Subs,
Shouldn't be hard, right? Right? I am currently trawling the OpenAFS codebase to find
Shouldn't following command run myScript only at the runlevel 2. I noticed it executes
Shouldn't both be removed? Or does it mean we should use <small> ? Why

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.