Methods and ideas that are no longer used in the current versions of various technologies.
Questions tagged [obsolete]
190 questions
0
votes
1 answer
Is there a standard for the message when deprecating a type or method with another
I use:
[Obsolete("Please use [NEW API] instead.")]
to deprecate public APIs, but I'm not sure what is the standard for [NEW API].
The following examples seem to be pretty standard:
[Obsolete("Please use Method2() instead.")] //This seems to be ok…

John Simons
- 4,288
- 23
- 41
-1
votes
3 answers
How to mark classes as Obsolete on UML
I have a few classes on my UML diagram which should not be used, but still available.
Is there any way to mark these classes as obsolete?
I've seen <> notation somewhere, but can not find how to use it in MS Visio 2003.
And another question.…

trailmax
- 34,305
- 22
- 140
- 234
-1
votes
2 answers
Support of WebView2 for WPF Apps
We are developing an App in WPF and wanted to embed HTML page in it. We have planned to use WebView2 for it as it has lot of advantages like easy debugging, host to WebView and vice versa communication, etc... Before started using WebView2, we would…

virus
- 146
- 1
- 9
-1
votes
1 answer
'UnityEngine.RuntimePlatform.OSXDashboardPlayer' is obsolete
I'm a new user trying Unity, and forgive me if this is a dumb question that can easily be solved with a single button, but I have been pulling my hair out trying to figure out why I keep getting these errors. Here is a…

Oussama QB
- 3
- 2
-1
votes
2 answers
An extremely simple Greasemonkey re-direct script, wondering if there's a better way
I prefer the look and feel of Firefox 2, but Youtube doesn't. None of the Greasemonkey scripts I use will work there unless I click "return to the original page" (Youtube places me on a light-weight version due to my out-of-date browser). The only…

Ti1
- 1
- 1
- 1
-1
votes
1 answer
what compile must be change to implementation, I has been changed all
I has been changed all of compile in gradle to be implementation . But there is still warning in my project. do you know what I left behind? thank you

hakim
- 11
- 5
-1
votes
1 answer
Prevent Use of Method in Another Assembly
We are using a 3rd party assembly which has a problematic method. Is there some way to alert our developers that the method should not be used, preferably at compile time but run-time is ok too. Something like an Obsolete attribute but for another…

BSalita
- 8,420
- 10
- 51
- 68
-1
votes
1 answer
tag displays differently vs text-align
I've just discovered is obsolete in HTML5, but it works fine in IE9 with :
http://www.w3.org/TR/html5/obsolete.html#obsolete
The alternative is to use CSS text-align, but I get conflicting results: