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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:28:46+00:00 2026-06-18T17:28:46+00:00

I am using an enum being exposed by a 3rd party assembly, e.g., public

  • 0

I am using an enum being exposed by a 3rd party assembly, e.g.,

public enum APIEnum
{
  Val1,
  Val2
}

. However, a number of these values cause incorrect behavior in my application. I want to generate a compiler warning if one of these “bad” enum values is used in code, e.g.,

APIEnum usedVal = APIEnum.Val2;

Compiler Warning: APIEnum.Val2 causes incorrect behavior.

My ultimate goal is to generate a warning that must be consciously #pragma’d if a bad value is used (2% of the overall cases). Otherwise, the warning occurs, and since we have Warnings as Errors, that breaks the compile until fixed or #pragma’d.

I’ve looked at the threads here and here on using the Obsolete attribute to solve this problem, but I fear the Obsolete will cause confusion since the value is not really obsolete.

I’ve considered the possibility of using a Resharper code analysis plugin to solve the problem, and that is definitely an option. I’m no expert on Resharper or how to best solve the problem via Resharper.

  • 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-18T17:28:47+00:00Added an answer on June 18, 2026 at 5:28 pm

    You can use Structural Search in ReSharper. Go to ReSharper -> Options | Code Inspection -> Custom patterns, click Add Pattern, enter APIEnum.Val2 into the field Search pattern and your error description into Description. Set pattern severity to Show as error. Click Add. That’s all. The only downside is if you would have another APIEnum with the same Val2 value in your project, even in the different namespace, then it would also be flagged as error.

    You should also turn on ReSharper -> Options | Code Inspection -> Settings | Analyse errors in whole solution to show errors in every file.

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

Sidebar

Related Questions

In my project i'm using enums example: public enum NcStepType { Start = 1,
What's the point of using : int in the enum declaration as following? public
I'm using Java 6. Suppose I have an enum with 6 values, ordered A
I'm using std::error_code and have a bunch of error's defined (using enum class) and
I found a forum with this subject. Using enum as id But I couldn't
I have a database table using an enum. This is already working with hibernate
I have a combobox that is bound to an enum using the following code:
I want to convert an string to an enum type using TValue, I googled
I have bound a flagged enum to a bunch of checkboxes by using a
I have a client jar made-up using java 1.6 and used enum and other

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.