Nopen.NET
0.1.2
See the version list below for details.
dotnet add package Nopen.NET --version 0.1.2
NuGet\Install-Package Nopen.NET -Version 0.1.2
<PackageReference Include="Nopen.NET" Version="0.1.2" />
paket add Nopen.NET --version 0.1.2
#r "nuget: Nopen.NET, 0.1.2"
// Install Nopen.NET as a Cake Addin #addin nuget:?package=Nopen.NET&version=0.1.2 // Install Nopen.NET as a Cake Tool #tool nuget:?package=Nopen.NET&version=0.1.2
Nope'n.NET!
A Roslyn analyzer which requires that classes be sealed
, abstract
, or attributed with
[Open]
.
Design and document for inheritance or else prohibit it
– Item 19, Effective Java, Third Edition
Usage
C# creates new types as open by default which can be dangerous. This analyzer ensures that the intent to leave a class open is explicitly declared.
using using Nopen.NET.Attributes;
sealed class Foo {}
abstract class Bar {}
[Open] class Baz {}
Non-sealed
, non-abstract
classes without the [Open]
attribute will be marked with an error.
class Bad {}
Bad.cs(1,1): error Nopen: Class 'Bad' is implicitly open. Classes should be explicitly marked sealed, abstract, or [Open].
For more information see Item 19 of Effective Java, Third Edition.
Download
C# projects using NuGet
<ItemGroup>
<PackageReference Include="Nopen.NET" Version="1.0.0" />
</ItemGroup>
License
Copyright 2019 Marius Volkhart
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2018.3.0)
- Microsoft.CodeAnalysis.CSharp.CodeStyle (>= 2.11.0-beta3-63519-01)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 2.10.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nopen.NET:
Package | Downloads |
---|---|
BetterErrors
A very simple discriminated union of success or error |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0-beta.31 | 166 | 10/16/2022 |
1.1.0-beta.30 | 133 | 10/16/2022 |
1.1.0-beta.28 | 130 | 10/16/2022 |
1.1.0-beta.23 | 532 | 3/29/2020 |
1.1.0-beta.22 | 281 | 3/29/2020 |
1.1.0-beta.20 | 284 | 3/29/2020 |
1.1.0-beta.19 | 289 | 3/29/2020 |
1.1.0-beta.18 | 282 | 3/29/2020 |
1.1.0-beta.15 | 282 | 3/29/2020 |
1.1.0-beta.10 | 298 | 3/29/2020 |
1.1.0-beta.9 | 308 | 3/29/2020 |
1.1.0-beta.8 | 308 | 2/13/2020 |
1.1.0-beta.7 | 323 | 2/13/2020 |
1.1.0-beta.6 | 242 | 2/13/2020 |
1.1.0-beta.5 | 360 | 2/13/2020 |
1.1.0-beta.4 | 365 | 2/13/2020 |
1.0.1 | 23,732 | 2/13/2020 |
1.0.0 | 1,755 | 2/8/2019 |
1.0.0-beta.3 | 366 | 2/13/2020 |
0.1.6 | 645 | 2/8/2019 |
0.1.5 | 658 | 2/8/2019 |
0.1.4 | 676 | 2/8/2019 |
0.1.3 | 666 | 2/8/2019 |
0.1.2 | 775 | 2/8/2019 |