{"id":19123482,"url":"https://github.com/belicusbr/com.cobilas.unity.warningsuppressor","last_synced_at":"2026-04-17T06:03:05.874Z","repository":{"id":160804576,"uuid":"635064610","full_name":"BelicusBr/com.cobilas.unity.warningsuppressor","owner":"BelicusBr","description":"Code editor warning suppressor for unity.","archived":false,"fork":false,"pushed_at":"2024-02-10T20:25:59.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T10:45:14.215Z","etag":null,"topics":["unity-csharp","unity2018-4","unity2019-4","unity3d","unitypackage","unitytool"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BelicusBr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"BelicusBr","custom":["https://www.paypal.com/donate/?business=VN4RAWDSA2PBA\u0026no_recurring=0\u0026currency_code=BRL"]}},"created_at":"2023-05-01T22:17:25.000Z","updated_at":"2024-02-29T01:58:28.000Z","dependencies_parsed_at":"2024-01-25T22:25:07.559Z","dependency_job_id":"8c6d958d-19e0-433f-8f78-ce05d721d2aa","html_url":"https://github.com/BelicusBr/com.cobilas.unity.warningsuppressor","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/BelicusBr/com.cobilas.unity.warningsuppressor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BelicusBr%2Fcom.cobilas.unity.warningsuppressor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BelicusBr%2Fcom.cobilas.unity.warningsuppressor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BelicusBr%2Fcom.cobilas.unity.warningsuppressor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BelicusBr%2Fcom.cobilas.unity.warningsuppressor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BelicusBr","download_url":"https://codeload.github.com/BelicusBr/com.cobilas.unity.warningsuppressor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BelicusBr%2Fcom.cobilas.unity.warningsuppressor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["unity-csharp","unity2018-4","unity2019-4","unity3d","unitypackage","unitytool"],"created_at":"2024-11-09T05:25:53.387Z","updated_at":"2026-04-17T06:03:05.856Z","avatar_url":"https://github.com/BelicusBr.png","language":"C#","funding_links":["https://github.com/sponsors/BelicusBr","https://www.paypal.com/donate/?business=VN4RAWDSA2PBA\u0026no_recurring=0\u0026currency_code=BRL"],"categories":[],"sub_categories":[],"readme":"﻿# Warning Suppressor\n## EN-US\n#### ⚠️ Attention\n\u003e The development of this package is done during my free time.\u003c/br\u003e\n\u003e If you find a bug and that ritual opens an issues, depending\u003c/br\u003e\n\u003e free time that I have, I'll act like justice is slow but it doesn't fail.\u003c/br\u003e\n\u003e And if you have a feedback and just open an issues too.\n### Installation\nInstallation using scoped registries\u003c/br\u003e\n![](Documentation~/Image/install_npm_NoWarng.png)\u003c/br\u003e\nInstallation using add package from git url\u003c/br\u003e\n![](Documentation~/Image/install_github_NoWarng.png)\n### Global no warning\nGlobal warning suppressor is used to generate warning suppression for all assemblies.\u003cbr/\u003e\n![](Documentation~/Image/UseGlobalNoWar.png)\u003cbr/\u003e\nEnter CheckID in the field below 'No War' and end with ';'.\u003cbr/\u003e\n![](Documentation~/Image/UseGlobalNoWar2.png)\u003cbr/\u003e\n```\nexp:\n\tIDE0017;IDE0018;IDE0019;\n```\n### Individual no warning\nLocal warning suppressor creates specific deletions for each assembly.\u003cbr/\u003e\n![](Documentation~/Image/IndividualNoWar.png)\u003cbr/\u003e\n#### Applay no warning\nThis option ensures that local suppression is applied at the expense of global suppression.\n#### Applay global no warning\nThis option applies global suppression if local suppression is not checked.\n#### No War\nEnter CheckID in the field below 'No War' and end with ';'.\n```\nexp:\n\tIDE0017;IDE0018;IDE0019;\nexp[For object members]:\n\t//~F:For field\n\t//~P:For property(Including indexers)\n\t//~T:For type(As class, delegate, enum, interface, and struct)\n\t//~M:To method(Including constructors, deconstructors, and operators)\n\t//~E:For event\n\tIDE0051\u003e~M:NameSpaceTest.ClasseTest.MethodTest;IDE0051\u003e~M:NameSpaceTest.ClasseTest.MethodTest(System.Int32);\n```\n#[If you want to help me](https://www.paypal.com/donate/?business=VN4RAWDSA2PBA\u0026no_recurring=0\u0026currency_code=BRL)\n## PT-BR\n#### ⚠️ Atenção\n\u003e O desenvolvimento deste pacote é feito durante meu tempo liver.\u003c/br\u003e\n\u003e Se econtrar algum bug e aquele ritual abrir uma issues, dependendo\u003c/br\u003e\n\u003e tempo liver que eu tenha agirei que nem a justiça tarda mas não falha.\u003c/br\u003e\n\u003e E se tiver um feedback e só abrir um issues também.\n### Instalação\nInstalação usando scoped registries\u003c/br\u003e\n![](Documentation~/Image/install_npm_NoWarng.png)\u003c/br\u003e\nInstalação usando add package from git url\u003c/br\u003e\n![](Documentation~/Image/install_github_NoWarng.png)\n### Global no warning\nO supressor de aviso global é usado para gerar supressão de aviso para todos os assemblies.\u003cbr/\u003e\n![](Documentation~/Image/UseGlobalNoWar.png)\u003cbr/\u003e\nDigite CheckID no campo abaixo de 'No War' e termine com ';'.\u003cbr/\u003e\n![](Documentation~/Image/UseGlobalNoWar2.png)\u003cbr/\u003e\n```\nexp:\n\tIDE0017;IDE0018;IDE0019;\n```\n### Individual no warning\nSupressor de aviso local cria supressões especificas para cada montagem.\u003cbr/\u003e\n![](Documentation~/Image/IndividualNoWar.png)\u003cbr/\u003e\n#### Applay no warning\nEssa opção garante que a supressão local seja aplicada em detrimento da supressão global.\n#### Applay global no warning\nEssa opção aplica a supressão global caso a supressão local não esteja marcada.\n#### No War\nDigite CheckID no campo abaixo de 'No War' e termine com ';'.\n```\nexp:\n\tIDE0017;IDE0018;IDE0019;\nexp[Para membros do objeto]:\n\t//~F:Para campo\n\t//~P:Para propriedade(Incluindo indexadores)\n\t//~T:Para tipo(Como class, delegate, enum, interface e struct)\n\t//~M:Para método(Incluindo construtores, desconstrutores e operadores)\n\t//~E:Para evento\n\tIDE0051\u003e~M:NameSpaceTest.ClasseTest.MethodTest;IDE0051\u003e~M:NameSpaceTest.ClasseTest.MethodTest(System.Int32);\n```\n\n#[Caso queira me ajudar](https://www.paypal.com/donate/?business=VN4RAWDSA2PBA\u0026no_recurring=0\u0026currency_code=BRL)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelicusbr%2Fcom.cobilas.unity.warningsuppressor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelicusbr%2Fcom.cobilas.unity.warningsuppressor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelicusbr%2Fcom.cobilas.unity.warningsuppressor/lists"}