Nopen.NET 0.1.2

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nopen.NET" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nopen.NET --version 0.1.2
#r "nuget: Nopen.NET, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

Build Status

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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 137 10/16/2022
1.1.0-beta.30 106 10/16/2022
1.1.0-beta.28 103 10/16/2022
1.1.0-beta.23 507 3/29/2020
1.1.0-beta.22 261 3/29/2020
1.1.0-beta.20 262 3/29/2020
1.1.0-beta.19 268 3/29/2020
1.1.0-beta.18 266 3/29/2020
1.1.0-beta.15 265 3/29/2020
1.1.0-beta.10 276 3/29/2020
1.1.0-beta.9 287 3/29/2020
1.1.0-beta.8 285 2/13/2020
1.1.0-beta.7 295 2/13/2020
1.1.0-beta.6 220 2/13/2020
1.1.0-beta.5 340 2/13/2020
1.1.0-beta.4 342 2/13/2020
1.0.1 18,686 2/13/2020
1.0.0 1,709 2/8/2019
1.0.0-beta.3 342 2/13/2020
0.1.6 605 2/8/2019
0.1.5 620 2/8/2019
0.1.4 639 2/8/2019
0.1.3 627 2/8/2019
0.1.2 659 2/8/2019