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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:44:07+00:00 2026-06-15T04:44:07+00:00

I saw people can add Obsolete if a class/method is not recommended or will

  • 0

I saw people can add Obsolete if a class/method is not recommended or will be deleted soon.

[Obsolete("Crap, dont use it, we have something better", true)]

Is there something for unfinished/untested classes? I mean I have here a class and this class will do soon a lot of good stuff and everybody should use it – its just not finished yet. Another class that is finished but not tested 100%. Can I add something like:

[Whatever("not tested yet... whatever", true)]

Or what else could I choose?

  • 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-15T04:44:08+00:00Added an answer on June 15, 2026 at 4:44 am

    There are no such attributes as a [WillBeAvailableSoon] or [Untested] or [Whatever] in the .NET-framework. The best thing would be to publish the class when it is fully implemented and tested, as mentioned by Paolo.

    You could however use the ObsoleteAttribute in a manner that would not generate a compiler-error but still a warning, using a custom text:

    [Obsolete("This method is untested and will be stable after Release 1.2", false)]
    public void DoSomething()
    {
        throw new NotImplementedException();
    }
    

    Though I personally strongly suggest to go with Paolo’s advice…

    Given that you are having your code in some source control system you won’t need to worry about anyone using your unstable code. Everything that is checked in should be compile clean, but there’s no need for it to be fully implemented or tested. Your fellow team-mates will hopefully know what you are working on and that you may potentially check in unstable code to enable your colleagues to continue your work if you get ill overnight or anything like that…

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

Sidebar

Related Questions

I saw that some people use to set a font-size: 80% for the body
i did a few searches and i saw a few people try to do
I saw any post about Reachability but people doesn't really give the exact answer
I saw that even by writing separate commands, we can combine two different types
I want to save pictures(mostly JPEG) to MySQL database. I saw most people say
Im trying to record video using AVFoundation I can save images but not video.
I saw somewhere that the style -webkit-text-stroke is not supported by any version of
Like most people, I use a bunch of jquery plugins on my website. From
Someone can tell me what API's to use to gather outlook contacts list ?
[SOLVED] I use to build pages normally without javascript and only then to add

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.