npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

com.cobilas.unity.warningsuppressor

v1.4.0

Published

Code editor warning suppressor for unity.

Downloads

6

Readme

Warning Suppressor

EN-US

⚠️ Attention

The development of this package is done during my free time. If you find a bug and that ritual opens an issues, depending free time that I have, I'll act like justice is slow but it doesn't fail. And if you have a feedback and just open an issues too.

Installation

Installation using scoped registries Installation using add package from git url

Global no warning

Global warning suppressor is used to generate warning suppression for all assemblies. Enter CheckID in the field below 'No War' and end with ';'.

exp:
	IDE0017;IDE0018;IDE0019;

Individual no warning

Local warning suppressor creates specific deletions for each assembly.

Applay no warning

This option ensures that local suppression is applied at the expense of global suppression.

Applay global no warning

This option applies global suppression if local suppression is not checked.

No War

Enter CheckID in the field below 'No War' and end with ';'.

exp:
	IDE0017;IDE0018;IDE0019;
exp[For object members]:
	//~F:For field
	//~P:For property(Including indexers)
	//~T:For type(As class, delegate, enum, interface, and struct)
	//~M:To method(Including constructors, deconstructors, and operators)
	//~E:For event
	IDE0051>~M:NameSpaceTest.ClasseTest.MethodTest;IDE0051>~M:NameSpaceTest.ClasseTest.MethodTest(System.Int32);

#If you want to help me

PT-BR

⚠️ Atenção

O desenvolvimento deste pacote é feito durante meu tempo liver. Se econtrar algum bug e aquele ritual abrir uma issues, dependendo tempo liver que eu tenha agirei que nem a justiça tarda mas não falha. E se tiver um feedback e só abrir um issues também.

Instalação

Instalação usando scoped registries Instalação usando add package from git url

Global no warning

O supressor de aviso global é usado para gerar supressão de aviso para todos os assemblies. Digite CheckID no campo abaixo de 'No War' e termine com ';'.

exp:
	IDE0017;IDE0018;IDE0019;

Individual no warning

Supressor de aviso local cria supressões especificas para cada montagem.

Applay no warning

Essa opção garante que a supressão local seja aplicada em detrimento da supressão global.

Applay global no warning

Essa opção aplica a supressão global caso a supressão local não esteja marcada.

No War

Digite CheckID no campo abaixo de 'No War' e termine com ';'.

exp:
	IDE0017;IDE0018;IDE0019;
exp[Para membros do objeto]:
	//~F:Para campo
	//~P:Para propriedade(Incluindo indexadores)
	//~T:Para tipo(Como class, delegate, enum, interface e struct)
	//~M:Para método(Incluindo construtores, desconstrutores e operadores)
	//~E:Para evento
	IDE0051>~M:NameSpaceTest.ClasseTest.MethodTest;IDE0051>~M:NameSpaceTest.ClasseTest.MethodTest(System.Int32);

#Caso queira me ajudar