Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belicusbr/com.cobilas.unity.warningsuppressor
Code editor warning suppressor for unity.
https://github.com/belicusbr/com.cobilas.unity.warningsuppressor
unity-csharp unity2018-4 unity2019-4 unity3d unitypackage unitytool
Last synced: 2 days ago
JSON representation
Code editor warning suppressor for unity.
- Host: GitHub
- URL: https://github.com/belicusbr/com.cobilas.unity.warningsuppressor
- Owner: BelicusBr
- License: mit
- Created: 2023-05-01T22:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T20:25:59.000Z (11 months ago)
- Last Synced: 2025-01-01T01:27:29.270Z (4 days ago)
- Topics: unity-csharp, unity2018-4, unity2019-4, unity3d, unitypackage, unitytool
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
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
![](Documentation~/Image/install_npm_NoWarng.png)
Installation using add package from git url
![](Documentation~/Image/install_github_NoWarng.png)
### Global no warning
Global warning suppressor is used to generate warning suppression for all assemblies.
![](Documentation~/Image/UseGlobalNoWar.png)
Enter CheckID in the field below 'No War' and end with ';'.
![](Documentation~/Image/UseGlobalNoWar2.png)
```
exp:
IDE0017;IDE0018;IDE0019;
```
### Individual no warning
Local warning suppressor creates specific deletions for each assembly.
![](Documentation~/Image/IndividualNoWar.png)
#### 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](https://www.paypal.com/donate/?business=VN4RAWDSA2PBA&no_recurring=0¤cy_code=BRL)
## 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
![](Documentation~/Image/install_npm_NoWarng.png)
Instalação usando add package from git url
![](Documentation~/Image/install_github_NoWarng.png)
### Global no warning
O supressor de aviso global é usado para gerar supressão de aviso para todos os assemblies.
![](Documentation~/Image/UseGlobalNoWar.png)
Digite CheckID no campo abaixo de 'No War' e termine com ';'.
![](Documentation~/Image/UseGlobalNoWar2.png)
```
exp:
IDE0017;IDE0018;IDE0019;
```
### Individual no warning
Supressor de aviso local cria supressões especificas para cada montagem.
![](Documentation~/Image/IndividualNoWar.png)
#### 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](https://www.paypal.com/donate/?business=VN4RAWDSA2PBA&no_recurring=0¤cy_code=BRL)