Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
2
665
labels
stringlengths
4
554
body
stringlengths
3
235k
index
stringclasses
6 values
text_combine
stringlengths
96
235k
label
stringclasses
2 values
text
stringlengths
96
196k
binary_label
int64
0
1
698,412
23,978,930,022
IssuesEvent
2022-09-13 13:44:00
RoboTeamTwente/roboteam_ai
https://api.github.com/repos/RoboTeamTwente/roboteam_ai
closed
Numtrees pathfinding does not work well when the initial velocity of the robot is opposite to the target.
bug Low priority
Multiple things go wrong: 1. Because the path crosses itself it picks the robot to be at the 'wrong' place on the path. 2. Because then the path is recalculated the angle oscillates between forwards and backwards every time this happens. Not sure yet why this is.
1.0
Numtrees pathfinding does not work well when the initial velocity of the robot is opposite to the target. - Multiple things go wrong: 1. Because the path crosses itself it picks the robot to be at the 'wrong' place on the path. 2. Because then the path is recalculated the angle oscillates between forwards and backwards every time this happens. Not sure yet why this is.
non_infrastructure
numtrees pathfinding does not work well when the initial velocity of the robot is opposite to the target multiple things go wrong because the path crosses itself it picks the robot to be at the wrong place on the path because then the path is recalculated the angle oscillates between forwards and backwards every time this happens not sure yet why this is
0
276,426
20,983,390,273
IssuesEvent
2022-03-28 22:41:56
fga-eps-mds/2021.2-INDICAA
https://api.github.com/repos/fga-eps-mds/2021.2-INDICAA
closed
Definição do modo como serão contadas as salas disponíveis.
documentation back-end
# Descrição Atualmente existe uma dúvida geral no projeto: Como serão contados os dados de salas disponíveis. Esta issue se dedicará à estas discussões e analisará possibilidades. Ex.: "Será criado um "mapa" geral de todas as salas existentes em todos os prédios da UnB, e com ele, iremos analisar quais salas estão disponíveis e em qual horário." # Tarefas - [x] Tirar as dúvidas com relação à esta issue (Com monitores ou a professora). - [x] Discutir possibilidades encontradas. - [x] Definição do que são **salas disponíveis**. - [x] Definir como serão contadas as salas disponíveis. # Critérios de aceitação - [x] Definição clara sobre o que são as salas disponíveis. - [x] Definição dos dados para scraping com relação à salas disponíveis. - [x] Comentários com os resultados de todas as dicussões.
1.0
Definição do modo como serão contadas as salas disponíveis. - # Descrição Atualmente existe uma dúvida geral no projeto: Como serão contados os dados de salas disponíveis. Esta issue se dedicará à estas discussões e analisará possibilidades. Ex.: "Será criado um "mapa" geral de todas as salas existentes em todos os prédios da UnB, e com ele, iremos analisar quais salas estão disponíveis e em qual horário." # Tarefas - [x] Tirar as dúvidas com relação à esta issue (Com monitores ou a professora). - [x] Discutir possibilidades encontradas. - [x] Definição do que são **salas disponíveis**. - [x] Definir como serão contadas as salas disponíveis. # Critérios de aceitação - [x] Definição clara sobre o que são as salas disponíveis. - [x] Definição dos dados para scraping com relação à salas disponíveis. - [x] Comentários com os resultados de todas as dicussões.
non_infrastructure
definição do modo como serão contadas as salas disponíveis descrição atualmente existe uma dúvida geral no projeto como serão contados os dados de salas disponíveis esta issue se dedicará à estas discussões e analisará possibilidades ex será criado um mapa geral de todas as salas existentes em todos os prédios da unb e com ele iremos analisar quais salas estão disponíveis e em qual horário tarefas tirar as dúvidas com relação à esta issue com monitores ou a professora discutir possibilidades encontradas definição do que são salas disponíveis definir como serão contadas as salas disponíveis critérios de aceitação definição clara sobre o que são as salas disponíveis definição dos dados para scraping com relação à salas disponíveis comentários com os resultados de todas as dicussões
0
16,548
12,034,732,649
IssuesEvent
2020-04-13 16:35:10
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Assembly version of `Microsoft.CSharp` and `System.Runtime.CompilerServices.Unsafe` in 5.0 is older than the ones in 3.1?
area-Infrastructure-libraries
Tested with nightly builds of netcoreapp5.0, this will make app use out of box assembly instead of inbox ones when they are reference from other place. Seems they are the only two assembly which have older version: Microsoft.CSharp: 4.0.4 in 5.0, and 4.0.5 in 3.1 and nuget(4.7.0) System.Runtime.CompilerServices.Unsafe: 4.0.5 in 5.0, and 4.0.6 in 3.1 and nuget(4.7.0)
1.0
Assembly version of `Microsoft.CSharp` and `System.Runtime.CompilerServices.Unsafe` in 5.0 is older than the ones in 3.1? - Tested with nightly builds of netcoreapp5.0, this will make app use out of box assembly instead of inbox ones when they are reference from other place. Seems they are the only two assembly which have older version: Microsoft.CSharp: 4.0.4 in 5.0, and 4.0.5 in 3.1 and nuget(4.7.0) System.Runtime.CompilerServices.Unsafe: 4.0.5 in 5.0, and 4.0.6 in 3.1 and nuget(4.7.0)
infrastructure
assembly version of microsoft csharp and system runtime compilerservices unsafe in is older than the ones in tested with nightly builds of this will make app use out of box assembly instead of inbox ones when they are reference from other place seems they are the only two assembly which have older version microsoft csharp in and in and nuget system runtime compilerservices unsafe in and in and nuget
1
2,785
3,634,923,778
IssuesEvent
2016-02-11 19:49:08
angular/angular
https://api.github.com/repos/angular/angular
closed
Remove interfaces from generated reflector data
comp: dart-transformer effort2: medium (day) hotlist: GT P2: required state: Blocked type: performance
This should be done _after_ generated change detectors are feature-complete. ## Background Currently we use transformers with dynamic change detector, because generated change detectors are still buggy. Dynamic change detector needs to look up interfaces reflectively. As a temporary measure, https://github.com/angular/angular/pull/2328 adds these interfaces to the reflector. However, when generated change detectors are finished this information in the reflector becomes redundant and only increases code size. We should eventually remove it.
True
Remove interfaces from generated reflector data - This should be done _after_ generated change detectors are feature-complete. ## Background Currently we use transformers with dynamic change detector, because generated change detectors are still buggy. Dynamic change detector needs to look up interfaces reflectively. As a temporary measure, https://github.com/angular/angular/pull/2328 adds these interfaces to the reflector. However, when generated change detectors are finished this information in the reflector becomes redundant and only increases code size. We should eventually remove it.
non_infrastructure
remove interfaces from generated reflector data this should be done after generated change detectors are feature complete background currently we use transformers with dynamic change detector because generated change detectors are still buggy dynamic change detector needs to look up interfaces reflectively as a temporary measure adds these interfaces to the reflector however when generated change detectors are finished this information in the reflector becomes redundant and only increases code size we should eventually remove it
0
232,100
7,654,591,182
IssuesEvent
2018-05-10 09:50:30
TCA-Team/TumCampusApp
https://api.github.com/repos/TCA-Team/TumCampusApp
closed
Switch AndroidWeekView forks
High Priority :fire_engine: Suggestion :telescope:
The original [AndroidWeekView](https://github.com/alamkanak/Android-Week-View) isn't really maintained anymore. I just dug through the issues and now there seems to be a [actively maintained fork of the library](https://github.com/Quivr/Android-Week-View) by a Belgian student app... Seems like no really breaking changes so far, but with more features.
1.0
Switch AndroidWeekView forks - The original [AndroidWeekView](https://github.com/alamkanak/Android-Week-View) isn't really maintained anymore. I just dug through the issues and now there seems to be a [actively maintained fork of the library](https://github.com/Quivr/Android-Week-View) by a Belgian student app... Seems like no really breaking changes so far, but with more features.
non_infrastructure
switch androidweekview forks the original isn t really maintained anymore i just dug through the issues and now there seems to be a by a belgian student app seems like no really breaking changes so far but with more features
0
14,434
10,856,073,461
IssuesEvent
2019-11-13 19:46:58
patternfly/patternfly-react
https://api.github.com/repos/patternfly/patternfly-react
closed
Add PR check for associated issue
infrastructure
Update the PR template to verify there is an associated issue.
1.0
Add PR check for associated issue - Update the PR template to verify there is an associated issue.
infrastructure
add pr check for associated issue update the pr template to verify there is an associated issue
1
28,480
23,287,249,846
IssuesEvent
2022-08-05 17:56:26
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Ongoing Service] Platform Infrastructure Maintenance
Epic operations platform-initiative infrastructure platform-team
## Problem Statement The ongoing health and security of the platform is a complex undertaking that requires the dedicated and routine effort of a team of experienced DevOps/Systems Engineers. How might we ensure that the platform continues to operate smoothly and remain stable, available, and secure? How might we prioritize ongoing maintenance tasks to avoid disruption of service for the platform and its users? ## Hypothesis or Bet Performing this maintenance will result in the continued availability of mission-critical platform tools and services. ## We will know we're done when... ("Definition of Done") This initiative will be ongoing until? _[TBD]_ ## Measuring Success (KRs/KPIs) - [VSP KR] Increase in customer NPS - [VSP KR] Reduction in volume of “non-human-needed” support requests month over month
1.0
[Ongoing Service] Platform Infrastructure Maintenance - ## Problem Statement The ongoing health and security of the platform is a complex undertaking that requires the dedicated and routine effort of a team of experienced DevOps/Systems Engineers. How might we ensure that the platform continues to operate smoothly and remain stable, available, and secure? How might we prioritize ongoing maintenance tasks to avoid disruption of service for the platform and its users? ## Hypothesis or Bet Performing this maintenance will result in the continued availability of mission-critical platform tools and services. ## We will know we're done when... ("Definition of Done") This initiative will be ongoing until? _[TBD]_ ## Measuring Success (KRs/KPIs) - [VSP KR] Increase in customer NPS - [VSP KR] Reduction in volume of “non-human-needed” support requests month over month
infrastructure
platform infrastructure maintenance problem statement the ongoing health and security of the platform is a complex undertaking that requires the dedicated and routine effort of a team of experienced devops systems engineers how might we ensure that the platform continues to operate smoothly and remain stable available and secure how might we prioritize ongoing maintenance tasks to avoid disruption of service for the platform and its users hypothesis or bet performing this maintenance will result in the continued availability of mission critical platform tools and services we will know we re done when definition of done this initiative will be ongoing until measuring success krs kpis increase in customer nps reduction in volume of “non human needed” support requests month over month
1
33
2,906,183,789
IssuesEvent
2015-06-19 08:18:04
MISP/MISP
https://api.github.com/repos/MISP/MISP
opened
Sync filtering based on tags
automation c-list enhancement
As discussed for various instances (especially incident response groups), Sync filtering based on tag would be an easy option to limit the distribution at the sync point. Potential users: @cudeso (misp.be) @adulau (CIRCL and other)
1.0
Sync filtering based on tags - As discussed for various instances (especially incident response groups), Sync filtering based on tag would be an easy option to limit the distribution at the sync point. Potential users: @cudeso (misp.be) @adulau (CIRCL and other)
non_infrastructure
sync filtering based on tags as discussed for various instances especially incident response groups sync filtering based on tag would be an easy option to limit the distribution at the sync point potential users cudeso misp be adulau circl and other
0
22,000
14,958,519,162
IssuesEvent
2021-01-27 00:56:16
SAP/spartacus
https://api.github.com/repos/SAP/spartacus
opened
Periodic Removal of Ci Logs
infrastructure
Given parallelization logs become 300 mb >. Create and schedule cron job to delete console and access logs on a weekly basis.
1.0
Periodic Removal of Ci Logs - Given parallelization logs become 300 mb >. Create and schedule cron job to delete console and access logs on a weekly basis.
infrastructure
periodic removal of ci logs given parallelization logs become mb create and schedule cron job to delete console and access logs on a weekly basis
1
9,868
8,212,621,694
IssuesEvent
2018-09-04 16:53:54
scalableminds/webknossos
https://api.github.com/repos/scalableminds/webknossos
opened
Run screenshot tests periodically or on-demand
infrastructure testing
Running the dataset rendering screenshot tests on my machine takes roughly 4 minutes and uses up all 800% of my CPU :sweat_smile: Ideally we would run the screenshot tests periodically or at least make it possible to execute them on demand **on another machine**. To run the screenshot tests we need a deployed and up-to-date dev instance, e.g. `https://master.webknossos.xyz/`. The tests can then be run using the command URL=`https://master.webknossos.xyz/ docker-compose up screenshot-tests`. I'm not sure whether it's possible to auto-deploy `https://master.webknossos.xyz/` every time the master changes? In that case we could create a simple cron job or circle CI [scheduled job](https://support.circleci.com/hc/en-us/articles/115015481128-Scheduling-jobs-cron-for-builds-) that runs the tests every night on weekdays or so. **Alternatively**, we could execute the screenshot tests using a local webknossos instance, but then we would need the dev datasets for that. **Or** we could create a slack command that executes the tests on one of our servers using a supplied URL of a specific wK instance. In that case, the user triggering the tests would make sure that the wK instance is up to date. @normanrz or @jstriebel Any ideas or comments on the easiest approach here?
1.0
Run screenshot tests periodically or on-demand - Running the dataset rendering screenshot tests on my machine takes roughly 4 minutes and uses up all 800% of my CPU :sweat_smile: Ideally we would run the screenshot tests periodically or at least make it possible to execute them on demand **on another machine**. To run the screenshot tests we need a deployed and up-to-date dev instance, e.g. `https://master.webknossos.xyz/`. The tests can then be run using the command URL=`https://master.webknossos.xyz/ docker-compose up screenshot-tests`. I'm not sure whether it's possible to auto-deploy `https://master.webknossos.xyz/` every time the master changes? In that case we could create a simple cron job or circle CI [scheduled job](https://support.circleci.com/hc/en-us/articles/115015481128-Scheduling-jobs-cron-for-builds-) that runs the tests every night on weekdays or so. **Alternatively**, we could execute the screenshot tests using a local webknossos instance, but then we would need the dev datasets for that. **Or** we could create a slack command that executes the tests on one of our servers using a supplied URL of a specific wK instance. In that case, the user triggering the tests would make sure that the wK instance is up to date. @normanrz or @jstriebel Any ideas or comments on the easiest approach here?
infrastructure
run screenshot tests periodically or on demand running the dataset rendering screenshot tests on my machine takes roughly minutes and uses up all of my cpu sweat smile ideally we would run the screenshot tests periodically or at least make it possible to execute them on demand on another machine to run the screenshot tests we need a deployed and up to date dev instance e g the tests can then be run using the command url docker compose up screenshot tests i m not sure whether it s possible to auto deploy every time the master changes in that case we could create a simple cron job or circle ci that runs the tests every night on weekdays or so alternatively we could execute the screenshot tests using a local webknossos instance but then we would need the dev datasets for that or we could create a slack command that executes the tests on one of our servers using a supplied url of a specific wk instance in that case the user triggering the tests would make sure that the wk instance is up to date normanrz or jstriebel any ideas or comments on the easiest approach here
1
32,173
26,498,168,380
IssuesEvent
2023-01-18 08:08:58
microsoftgraph/microsoft-graph-explorer-v4
https://api.github.com/repos/microsoftgraph/microsoft-graph-explorer-v4
closed
Browser end to end tests using playwright
Type: Eng Infrastructure
Jest test runner which we use for unit tests is intended for unit testing an application's logic and components rather than for testing it for any DOM quirks it might encounter. For this, we are using a separate tool, (playwright), for browser end-to-end tests. We have also moved accessibility tests to run together with the E2E tests. - [x] Write tests for anonymous scenarios - [x] Write tests for authenticated scenarios - [x] Write accessibility tests - [ ] Run tests on Azure pipelines
1.0
Browser end to end tests using playwright - Jest test runner which we use for unit tests is intended for unit testing an application's logic and components rather than for testing it for any DOM quirks it might encounter. For this, we are using a separate tool, (playwright), for browser end-to-end tests. We have also moved accessibility tests to run together with the E2E tests. - [x] Write tests for anonymous scenarios - [x] Write tests for authenticated scenarios - [x] Write accessibility tests - [ ] Run tests on Azure pipelines
infrastructure
browser end to end tests using playwright jest test runner which we use for unit tests is intended for unit testing an application s logic and components rather than for testing it for any dom quirks it might encounter for this we are using a separate tool playwright for browser end to end tests we have also moved accessibility tests to run together with the tests write tests for anonymous scenarios write tests for authenticated scenarios write accessibility tests run tests on azure pipelines
1
626,392
19,822,369,301
IssuesEvent
2022-01-20 00:00:32
unitaryfund/mitiq
https://api.github.com/repos/unitaryfund/mitiq
closed
Bayes factory fails on Windows build due to pymc3 install / dependencies
priority/p1 zne zne/inference stale
Full message: ``` ================================== FAILURES =================================== _____________________________ test_exp_bayes_extr _____________________________ [gw1] win32 -- Python 3.8.8 c:\hostedtoolcache\windows\python\3.8.8\x64\python.exe def test_exp_bayes_extr(): """Test of the ExpBayesFactory's extrapolator.""" x_vals = np.linspace(1.0, 5.0, 20) seeded_f = apply_seed_to_func(f_exp_bayes, SEED) fac = ExpBayesFactory(scale_factors=x_vals) assert not fac._opt_params fac.run_classical(seeded_f) > zne_value = fac.reduce() mitiq\zne\tests\test_inference.py:462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ mitiq\zne\inference.py:1612: in reduce ) = self.extrapolate( # type: ignore mitiq\zne\inference.py:1565: in extrapolate a = pm.Normal("a", 0, 5) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\distribution.py:121: in __new__ dist = cls.dist(*args, **kwargs) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\distribution.py:130: in dist dist.__init__(*args, **kwargs) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\continuous.py:488: in __init__ self.variance = 1.0 / self.tau c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\tensor\var.py:176: in __rtruediv__ return theano.tensor.basic.true_div(other, self) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:253: in __call__ compute_test_value(node) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:126: in compute_test_value thunk = node.op.make_thunk(node, storage_map, compute_map, no_recycling=[]) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:634: in make_thunk return self.make_c_thunk(node, storage_map, compute_map, no_recycling) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:600: in make_c_thunk outputs = cl.make_thunk( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1203: in make_thunk cthunk, module, in_storage, out_storage, error_storage = self.__compile__( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1138: in __compile__ thunk, module = self.cthunk_factory( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1634: in cthunk_factory module = get_module_cache().module_from_key(key=key, lnk=self) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:1191: in module_from_key module = lnk.compile_cmodule(location) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1543: in compile_cmodule module = c_compiler.compile_str( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:2557: in compile_str return dlimport(lib_filename) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ fullpath = 'C:\\Users\\runneradmin\\AppData\\Local\\Theano\\compiledir_Windows-10-10.0.17763-SP0-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-3.8.8-64\\tmphsoxh7a_\\m31975b6dadb59d49af3f2b36405378825884299512ee0ed9081be33fa591d30d.pyd' suffix = '.pyd' global import_time try: importlib.invalidate_caches() t0 = time.time() with warnings.catch_warnings(): warnings.filterwarnings("ignore", message="numpy.ndarray size changed") > rval = __import__(module_name, {}, {}, [module_name]) E ImportError: DLL load failed while importing m31975b6dadb59d49af3f2b36405378825884299512ee0ed9081be33fa591d30d: The specified module could not be found. c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:294: ImportError ----------- coverage: platform win32, python 3.8.8-final-0 ----------- Name Stmts Miss Cover ----------------------------------------------------------------- mitiq\__init__.py 5 0 100% mitiq\_about.py 24 10 58% mitiq\_typing.py 9 0 100% mitiq\_version.py 5 0 100% mitiq\benchmarks\__init__.py 1 0 100% mitiq\benchmarks\maxcut.py 44 2 95% mitiq\benchmarks\random_circuits.py 45 2 96% mitiq\benchmarks\randomized_benchmarking.py 15 1 93% mitiq\benchmarks\utils.py 11 0 100% mitiq\collector.py 61 0 100% mitiq\conversions.py 66 1 98% mitiq\mitiq_pyquil\__init__.py 1 0 100% mitiq\mitiq_pyquil\compiler.py 149 149 0% mitiq\mitiq_pyquil\conversions.py 17 0 100% mitiq\mitiq_pyquil\pyquil_utils.py 29 29 0% mitiq\mitiq_qiskit\__init__.py 2 0 100% mitiq\mitiq_qiskit\conversions.py 94 12 87% mitiq\mitiq_qiskit\qiskit_utils.py 49 34 31% mitiq\pec\__init__.py 4 0 100% mitiq\pec\pec.py 34 1 97% mitiq\pec\representations\__init__.py 1 0 100% mitiq\pec\representations\depolarizing.py 73 0 100% mitiq\pec\sampling.py 36 1 97% mitiq\pec\types\__init__.py 1 0 100% mitiq\pec\types\types.py 188 4 98% mitiq\pec\utils.py 20 0 100% mitiq\utils.py 71 0 100% mitiq\zne\__init__.py 3 0 100% mitiq\zne\inference.py 407 37 91% mitiq\zne\scaling\__init__.py 3 0 100% mitiq\zne\scaling\folding.py 213 7 97% mitiq\zne\scaling\parameter.py 48 0 100% mitiq\zne\zne.py 29 1 97% ----------------------------------------------------------------- TOTAL 1758 291 83% Coverage XML written to file coverage.xml =========================== short test summary info =========================== FAILED mitiq/zne/tests/test_inference.py::test_exp_bayes_extr - ImportError: ... ============ 1 failed, 608 passed, 3 skipped in 142.02s (0:02:22) ============= mingw32-make: *** [Makefile:63: test] Error 1 ```
1.0
Bayes factory fails on Windows build due to pymc3 install / dependencies - Full message: ``` ================================== FAILURES =================================== _____________________________ test_exp_bayes_extr _____________________________ [gw1] win32 -- Python 3.8.8 c:\hostedtoolcache\windows\python\3.8.8\x64\python.exe def test_exp_bayes_extr(): """Test of the ExpBayesFactory's extrapolator.""" x_vals = np.linspace(1.0, 5.0, 20) seeded_f = apply_seed_to_func(f_exp_bayes, SEED) fac = ExpBayesFactory(scale_factors=x_vals) assert not fac._opt_params fac.run_classical(seeded_f) > zne_value = fac.reduce() mitiq\zne\tests\test_inference.py:462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ mitiq\zne\inference.py:1612: in reduce ) = self.extrapolate( # type: ignore mitiq\zne\inference.py:1565: in extrapolate a = pm.Normal("a", 0, 5) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\distribution.py:121: in __new__ dist = cls.dist(*args, **kwargs) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\distribution.py:130: in dist dist.__init__(*args, **kwargs) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\pymc3\distributions\continuous.py:488: in __init__ self.variance = 1.0 / self.tau c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\tensor\var.py:176: in __rtruediv__ return theano.tensor.basic.true_div(other, self) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:253: in __call__ compute_test_value(node) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:126: in compute_test_value thunk = node.op.make_thunk(node, storage_map, compute_map, no_recycling=[]) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:634: in make_thunk return self.make_c_thunk(node, storage_map, compute_map, no_recycling) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\graph\op.py:600: in make_c_thunk outputs = cl.make_thunk( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1203: in make_thunk cthunk, module, in_storage, out_storage, error_storage = self.__compile__( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1138: in __compile__ thunk, module = self.cthunk_factory( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1634: in cthunk_factory module = get_module_cache().module_from_key(key=key, lnk=self) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:1191: in module_from_key module = lnk.compile_cmodule(location) c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\basic.py:1543: in compile_cmodule module = c_compiler.compile_str( c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:2557: in compile_str return dlimport(lib_filename) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ fullpath = 'C:\\Users\\runneradmin\\AppData\\Local\\Theano\\compiledir_Windows-10-10.0.17763-SP0-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-3.8.8-64\\tmphsoxh7a_\\m31975b6dadb59d49af3f2b36405378825884299512ee0ed9081be33fa591d30d.pyd' suffix = '.pyd' global import_time try: importlib.invalidate_caches() t0 = time.time() with warnings.catch_warnings(): warnings.filterwarnings("ignore", message="numpy.ndarray size changed") > rval = __import__(module_name, {}, {}, [module_name]) E ImportError: DLL load failed while importing m31975b6dadb59d49af3f2b36405378825884299512ee0ed9081be33fa591d30d: The specified module could not be found. c:\hostedtoolcache\windows\python\3.8.8\x64\lib\site-packages\theano\link\c\cmodule.py:294: ImportError ----------- coverage: platform win32, python 3.8.8-final-0 ----------- Name Stmts Miss Cover ----------------------------------------------------------------- mitiq\__init__.py 5 0 100% mitiq\_about.py 24 10 58% mitiq\_typing.py 9 0 100% mitiq\_version.py 5 0 100% mitiq\benchmarks\__init__.py 1 0 100% mitiq\benchmarks\maxcut.py 44 2 95% mitiq\benchmarks\random_circuits.py 45 2 96% mitiq\benchmarks\randomized_benchmarking.py 15 1 93% mitiq\benchmarks\utils.py 11 0 100% mitiq\collector.py 61 0 100% mitiq\conversions.py 66 1 98% mitiq\mitiq_pyquil\__init__.py 1 0 100% mitiq\mitiq_pyquil\compiler.py 149 149 0% mitiq\mitiq_pyquil\conversions.py 17 0 100% mitiq\mitiq_pyquil\pyquil_utils.py 29 29 0% mitiq\mitiq_qiskit\__init__.py 2 0 100% mitiq\mitiq_qiskit\conversions.py 94 12 87% mitiq\mitiq_qiskit\qiskit_utils.py 49 34 31% mitiq\pec\__init__.py 4 0 100% mitiq\pec\pec.py 34 1 97% mitiq\pec\representations\__init__.py 1 0 100% mitiq\pec\representations\depolarizing.py 73 0 100% mitiq\pec\sampling.py 36 1 97% mitiq\pec\types\__init__.py 1 0 100% mitiq\pec\types\types.py 188 4 98% mitiq\pec\utils.py 20 0 100% mitiq\utils.py 71 0 100% mitiq\zne\__init__.py 3 0 100% mitiq\zne\inference.py 407 37 91% mitiq\zne\scaling\__init__.py 3 0 100% mitiq\zne\scaling\folding.py 213 7 97% mitiq\zne\scaling\parameter.py 48 0 100% mitiq\zne\zne.py 29 1 97% ----------------------------------------------------------------- TOTAL 1758 291 83% Coverage XML written to file coverage.xml =========================== short test summary info =========================== FAILED mitiq/zne/tests/test_inference.py::test_exp_bayes_extr - ImportError: ... ============ 1 failed, 608 passed, 3 skipped in 142.02s (0:02:22) ============= mingw32-make: *** [Makefile:63: test] Error 1 ```
non_infrastructure
bayes factory fails on windows build due to install dependencies full message failures test exp bayes extr python c hostedtoolcache windows python python exe def test exp bayes extr test of the expbayesfactory s extrapolator x vals np linspace seeded f apply seed to func f exp bayes seed fac expbayesfactory scale factors x vals assert not fac opt params fac run classical seeded f zne value fac reduce mitiq zne tests test inference py mitiq zne inference py in reduce self extrapolate type ignore mitiq zne inference py in extrapolate a pm normal a c hostedtoolcache windows python lib site packages distributions distribution py in new dist cls dist args kwargs c hostedtoolcache windows python lib site packages distributions distribution py in dist dist init args kwargs c hostedtoolcache windows python lib site packages distributions continuous py in init self variance self tau c hostedtoolcache windows python lib site packages theano tensor var py in rtruediv return theano tensor basic true div other self c hostedtoolcache windows python lib site packages theano graph op py in call compute test value node c hostedtoolcache windows python lib site packages theano graph op py in compute test value thunk node op make thunk node storage map compute map no recycling c hostedtoolcache windows python lib site packages theano graph op py in make thunk return self make c thunk node storage map compute map no recycling c hostedtoolcache windows python lib site packages theano graph op py in make c thunk outputs cl make thunk c hostedtoolcache windows python lib site packages theano link c basic py in make thunk cthunk module in storage out storage error storage self compile c hostedtoolcache windows python lib site packages theano link c basic py in compile thunk module self cthunk factory c hostedtoolcache windows python lib site packages theano link c basic py in cthunk factory module get module cache module from key key key lnk self c hostedtoolcache windows python lib site packages theano link c cmodule py in module from key module lnk compile cmodule location c hostedtoolcache windows python lib site packages theano link c basic py in compile cmodule module c compiler compile str c hostedtoolcache windows python lib site packages theano link c cmodule py in compile str return dlimport lib filename fullpath c users runneradmin appdata local theano compiledir windows family model stepping genuineintel pyd suffix pyd global import time try importlib invalidate caches time time with warnings catch warnings warnings filterwarnings ignore message numpy ndarray size changed rval import module name e importerror dll load failed while importing the specified module could not be found c hostedtoolcache windows python lib site packages theano link c cmodule py importerror coverage platform python final name stmts miss cover mitiq init py mitiq about py mitiq typing py mitiq version py mitiq benchmarks init py mitiq benchmarks maxcut py mitiq benchmarks random circuits py mitiq benchmarks randomized benchmarking py mitiq benchmarks utils py mitiq collector py mitiq conversions py mitiq mitiq pyquil init py mitiq mitiq pyquil compiler py mitiq mitiq pyquil conversions py mitiq mitiq pyquil pyquil utils py mitiq mitiq qiskit init py mitiq mitiq qiskit conversions py mitiq mitiq qiskit qiskit utils py mitiq pec init py mitiq pec pec py mitiq pec representations init py mitiq pec representations depolarizing py mitiq pec sampling py mitiq pec types init py mitiq pec types types py mitiq pec utils py mitiq utils py mitiq zne init py mitiq zne inference py mitiq zne scaling init py mitiq zne scaling folding py mitiq zne scaling parameter py mitiq zne zne py total coverage xml written to file coverage xml short test summary info failed mitiq zne tests test inference py test exp bayes extr importerror failed passed skipped in make error
0
29,628
24,121,591,434
IssuesEvent
2022-09-20 19:14:15
opendatahub-io/odh-dashboard
https://api.github.com/repos/opendatahub-io/odh-dashboard
closed
Address Groups Admin Technical Debt
infrastructure priority/high quality feature/adminui
During the final days of development of ODH 2.1 we merged in a not ideal set of code with the intent to come back to update it. There are a few things we can do to improve the maintenance of this code so it fits in with the rest of the codebase, this ticket will layout those issues with some information on why and how. If you wish to talk more @lucferbux I'd be happy to sit down and discuss each in detail. --- ### Avoid PF CSS Overrides Although we do have a few of these, we should not compound the issue. [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954379290). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954380168). **Why?** Patternfly has a lot going on, a lot of it internally to make it styled and presentable with a wide variety of support for accessibility. We should not look to get in the way of any contrast styling or impacting spacing that a given style provides. If we give over all component styles to PF, we do not need to concern ourselves with a lot and we benefit a lot. **How?** Use [PF Layouts](https://www.patternfly.org/v4/layouts/stack) to space things. Use the right [PF Components](https://www.patternfly.org/v4/components/card) to get the desired styles. We should avoid any styles to make something work. If we can't completely avoid it, we must be very sparse with them. Leaning into PF is what it is there for. --- ### Reuse Render Blocks Don't repeat the same chunks of code, especially large chunks of them. Refactor into their own visual component & provide necessarily non-specific prop names (eg `title`, `description`, etc). [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954379659). **Why?** During React development, you may run across a grouping of divs/PF components that make up a bigger item. This bigger item doesn't necessarily have to be reused again immediately, but it can help to separate it so the code is easier to rationalize during refactors/bugs. Also if used again immediately, it helps just have less lines of code. **How?** Take the `FormGroup` into a generic component and pass the necessary props like the `title`, `description` & a state variable for the users that can be passed off to your field. Anything that you don't need to pass in you can just write inline in your component. --- ### Form & Fields Float state to form when writing new fields. The field is not the source of truth. [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954382917). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954383990). [Comment ref 3](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954385641). [Comment ref 4](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954388371). **Why?** Fields are probably one of the more complicated items in React to wrap your head around. State should be floated to the parent (or subsequent parents) of all fields. A field only manages its flow and manipulation to generate a render state. "Open state" is something you hold within' a field unless the field explicitly needs to be controlled externally (ie the form has another element that acts upon the open state of a different component). **How?** Set the props up so the state is not internal. Take a live value, and take an ability to set it. Everything the field does now will be to convert the `value` and call the `setValue`. Take the SpawnerPage for example: ``` <SizeSelectField value={selectedSize} setValue={setSelectedSize} /> <GPUSelectField value={selectedGpu} setValue={(size) => setSelectedGpu(size)} /> ``` Takes a value, sets a value. Also to note `onChange` is a legit name for `setValue` function. It is irrelevant really what the props are called as long as they are generically to the point or context specific. --- ### Minor cleanups: - Apply to the `GroupSettings` form the `isWidthLimited` property ([docs](https://www.patternfly.org/v4/components/form#form)) -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#issuecomment-1227494128) - Handle optional case behind type of OdhDashboardConfig -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954035344) - Remove eslint-ignore for hook dependencies -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954366034) - We may want to look at your new hook too, is there more we can do here? It takes A LOT and returns A LOT, maybe needed to be this complex, but we can see about that - Avoid `try/catch` usage on the frontend, lean into Promises -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954385173) - Files should be named the same as their components -- eg `MenuOptionMultiSelect` is in `MultiSelection.tsx` -- omit `Option` in the name - What did we do with the `detectUser` call you made? That probably is needed to refresh the user state to see if they did something to their permissions, no? -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954373983) - Avoid constant text -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954380770) -- if you think it is needed because of multiple uses, that's likely a call for a component, even an inline one in your component itself - Convert flatmap -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954387161) - Generic utility for reading your state at empty -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954390341). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954389207). - `GroupTypes.ts` should be `groupTypes.ts` or `group-types.ts` -- Components are PascalCase, utilities are camelCase or snake-case -- not sure what we do here or if we have a standard... avoid PascalCase for anything that is not directly a component (of the same name) ### Additional items (new ticket(s)?) - Throwing error if admin is `system:authenticated`; we should look to present this as an issue in the UI -- ([Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954340126))
1.0
Address Groups Admin Technical Debt - During the final days of development of ODH 2.1 we merged in a not ideal set of code with the intent to come back to update it. There are a few things we can do to improve the maintenance of this code so it fits in with the rest of the codebase, this ticket will layout those issues with some information on why and how. If you wish to talk more @lucferbux I'd be happy to sit down and discuss each in detail. --- ### Avoid PF CSS Overrides Although we do have a few of these, we should not compound the issue. [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954379290). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954380168). **Why?** Patternfly has a lot going on, a lot of it internally to make it styled and presentable with a wide variety of support for accessibility. We should not look to get in the way of any contrast styling or impacting spacing that a given style provides. If we give over all component styles to PF, we do not need to concern ourselves with a lot and we benefit a lot. **How?** Use [PF Layouts](https://www.patternfly.org/v4/layouts/stack) to space things. Use the right [PF Components](https://www.patternfly.org/v4/components/card) to get the desired styles. We should avoid any styles to make something work. If we can't completely avoid it, we must be very sparse with them. Leaning into PF is what it is there for. --- ### Reuse Render Blocks Don't repeat the same chunks of code, especially large chunks of them. Refactor into their own visual component & provide necessarily non-specific prop names (eg `title`, `description`, etc). [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954379659). **Why?** During React development, you may run across a grouping of divs/PF components that make up a bigger item. This bigger item doesn't necessarily have to be reused again immediately, but it can help to separate it so the code is easier to rationalize during refactors/bugs. Also if used again immediately, it helps just have less lines of code. **How?** Take the `FormGroup` into a generic component and pass the necessary props like the `title`, `description` & a state variable for the users that can be passed off to your field. Anything that you don't need to pass in you can just write inline in your component. --- ### Form & Fields Float state to form when writing new fields. The field is not the source of truth. [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954382917). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954383990). [Comment ref 3](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954385641). [Comment ref 4](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954388371). **Why?** Fields are probably one of the more complicated items in React to wrap your head around. State should be floated to the parent (or subsequent parents) of all fields. A field only manages its flow and manipulation to generate a render state. "Open state" is something you hold within' a field unless the field explicitly needs to be controlled externally (ie the form has another element that acts upon the open state of a different component). **How?** Set the props up so the state is not internal. Take a live value, and take an ability to set it. Everything the field does now will be to convert the `value` and call the `setValue`. Take the SpawnerPage for example: ``` <SizeSelectField value={selectedSize} setValue={setSelectedSize} /> <GPUSelectField value={selectedGpu} setValue={(size) => setSelectedGpu(size)} /> ``` Takes a value, sets a value. Also to note `onChange` is a legit name for `setValue` function. It is irrelevant really what the props are called as long as they are generically to the point or context specific. --- ### Minor cleanups: - Apply to the `GroupSettings` form the `isWidthLimited` property ([docs](https://www.patternfly.org/v4/components/form#form)) -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#issuecomment-1227494128) - Handle optional case behind type of OdhDashboardConfig -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954035344) - Remove eslint-ignore for hook dependencies -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954366034) - We may want to look at your new hook too, is there more we can do here? It takes A LOT and returns A LOT, maybe needed to be this complex, but we can see about that - Avoid `try/catch` usage on the frontend, lean into Promises -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954385173) - Files should be named the same as their components -- eg `MenuOptionMultiSelect` is in `MultiSelection.tsx` -- omit `Option` in the name - What did we do with the `detectUser` call you made? That probably is needed to refresh the user state to see if they did something to their permissions, no? -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954373983) - Avoid constant text -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954380770) -- if you think it is needed because of multiple uses, that's likely a call for a component, even an inline one in your component itself - Convert flatmap -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954387161) - Generic utility for reading your state at empty -- [Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954390341). [Comment ref 2](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954389207). - `GroupTypes.ts` should be `groupTypes.ts` or `group-types.ts` -- Components are PascalCase, utilities are camelCase or snake-case -- not sure what we do here or if we have a standard... avoid PascalCase for anything that is not directly a component (of the same name) ### Additional items (new ticket(s)?) - Throwing error if admin is `system:authenticated`; we should look to present this as an issue in the UI -- ([Comment ref](https://github.com/opendatahub-io/odh-dashboard/pull/270#discussion_r954340126))
infrastructure
address groups admin technical debt during the final days of development of odh we merged in a not ideal set of code with the intent to come back to update it there are a few things we can do to improve the maintenance of this code so it fits in with the rest of the codebase this ticket will layout those issues with some information on why and how if you wish to talk more lucferbux i d be happy to sit down and discuss each in detail avoid pf css overrides although we do have a few of these we should not compound the issue why patternfly has a lot going on a lot of it internally to make it styled and presentable with a wide variety of support for accessibility we should not look to get in the way of any contrast styling or impacting spacing that a given style provides if we give over all component styles to pf we do not need to concern ourselves with a lot and we benefit a lot how use to space things use the right to get the desired styles we should avoid any styles to make something work if we can t completely avoid it we must be very sparse with them leaning into pf is what it is there for reuse render blocks don t repeat the same chunks of code especially large chunks of them refactor into their own visual component provide necessarily non specific prop names eg title description etc why during react development you may run across a grouping of divs pf components that make up a bigger item this bigger item doesn t necessarily have to be reused again immediately but it can help to separate it so the code is easier to rationalize during refactors bugs also if used again immediately it helps just have less lines of code how take the formgroup into a generic component and pass the necessary props like the title description a state variable for the users that can be passed off to your field anything that you don t need to pass in you can just write inline in your component form fields float state to form when writing new fields the field is not the source of truth why fields are probably one of the more complicated items in react to wrap your head around state should be floated to the parent or subsequent parents of all fields a field only manages its flow and manipulation to generate a render state open state is something you hold within a field unless the field explicitly needs to be controlled externally ie the form has another element that acts upon the open state of a different component how set the props up so the state is not internal take a live value and take an ability to set it everything the field does now will be to convert the value and call the setvalue take the spawnerpage for example setselectedgpu size takes a value sets a value also to note onchange is a legit name for setvalue function it is irrelevant really what the props are called as long as they are generically to the point or context specific minor cleanups apply to the groupsettings form the iswidthlimited property handle optional case behind type of odhdashboardconfig remove eslint ignore for hook dependencies we may want to look at your new hook too is there more we can do here it takes a lot and returns a lot maybe needed to be this complex but we can see about that avoid try catch usage on the frontend lean into promises files should be named the same as their components eg menuoptionmultiselect is in multiselection tsx omit option in the name what did we do with the detectuser call you made that probably is needed to refresh the user state to see if they did something to their permissions no avoid constant text if you think it is needed because of multiple uses that s likely a call for a component even an inline one in your component itself convert flatmap generic utility for reading your state at empty grouptypes ts should be grouptypes ts or group types ts components are pascalcase utilities are camelcase or snake case not sure what we do here or if we have a standard avoid pascalcase for anything that is not directly a component of the same name additional items new ticket s throwing error if admin is system authenticated we should look to present this as an issue in the ui
1
140,118
31,839,631,737
IssuesEvent
2023-09-14 15:28:14
SonnyFishback/twitter-clone
https://api.github.com/repos/SonnyFishback/twitter-clone
opened
Wireframes/Mockups for layout
documentation help wanted good first issue no code
We need to know what this app should look like - not necessarily colors/graphics/copy, but the components needed and how they should be laid out to guide our users through their journey of using this product. This task is complete when we have wireframes/mockups of all primary views (login page, home screen, etc.) for three devices (mobile, tablet/small laptop, and desktop).
1.0
Wireframes/Mockups for layout - We need to know what this app should look like - not necessarily colors/graphics/copy, but the components needed and how they should be laid out to guide our users through their journey of using this product. This task is complete when we have wireframes/mockups of all primary views (login page, home screen, etc.) for three devices (mobile, tablet/small laptop, and desktop).
non_infrastructure
wireframes mockups for layout we need to know what this app should look like not necessarily colors graphics copy but the components needed and how they should be laid out to guide our users through their journey of using this product this task is complete when we have wireframes mockups of all primary views login page home screen etc for three devices mobile tablet small laptop and desktop
0
33,394
27,426,329,796
IssuesEvent
2023-03-01 20:38:02
NASA-IMPACT/csdap-cumulus
https://api.github.com/repos/NASA-IMPACT/csdap-cumulus
closed
Standup Cumulus development deployment in CBA sandbox account for Jayanthi
good first issue infrastructure
Standup Cumulus 13.4.0 deployment to `csda-app-sbx-7894` CBA AWS account for Jayanthi to use for development, by following the instructions in this repo's `README.md` file. Acceptance criteria: - [x] Successful Terraform deployment per the `README.md` instructions, with the exception of running a successful E2E test (i.e., all resources managed by Terraform are successfully created) - [x] Stretch: successfully run smoke test, per the instructions in the `docs/DEVELOPMENT.md` file (if this cannot be completed in the same sprint as the item above, this issue should still be closed, and new issues for any problems blocking this criterion should be created and added to the subsequent sprint)
1.0
Standup Cumulus development deployment in CBA sandbox account for Jayanthi - Standup Cumulus 13.4.0 deployment to `csda-app-sbx-7894` CBA AWS account for Jayanthi to use for development, by following the instructions in this repo's `README.md` file. Acceptance criteria: - [x] Successful Terraform deployment per the `README.md` instructions, with the exception of running a successful E2E test (i.e., all resources managed by Terraform are successfully created) - [x] Stretch: successfully run smoke test, per the instructions in the `docs/DEVELOPMENT.md` file (if this cannot be completed in the same sprint as the item above, this issue should still be closed, and new issues for any problems blocking this criterion should be created and added to the subsequent sprint)
infrastructure
standup cumulus development deployment in cba sandbox account for jayanthi standup cumulus deployment to csda app sbx cba aws account for jayanthi to use for development by following the instructions in this repo s readme md file acceptance criteria successful terraform deployment per the readme md instructions with the exception of running a successful test i e all resources managed by terraform are successfully created stretch successfully run smoke test per the instructions in the docs development md file if this cannot be completed in the same sprint as the item above this issue should still be closed and new issues for any problems blocking this criterion should be created and added to the subsequent sprint
1
277
2,608,820,124
IssuesEvent
2015-02-26 10:12:56
jmvanel/semantic_forms
https://api.github.com/repos/jmvanel/semantic_forms
opened
connect application to a SPARQL HTTP server
infrastructure
instead of using the embedded TDB SPARQL engine. This will enable easy combination with other applications backed by an SPARQL HTTP server. It may need a new capability in Banana-RDF: wrap a SPARQL HTTP server as a graph store.
1.0
connect application to a SPARQL HTTP server - instead of using the embedded TDB SPARQL engine. This will enable easy combination with other applications backed by an SPARQL HTTP server. It may need a new capability in Banana-RDF: wrap a SPARQL HTTP server as a graph store.
infrastructure
connect application to a sparql http server instead of using the embedded tdb sparql engine this will enable easy combination with other applications backed by an sparql http server it may need a new capability in banana rdf wrap a sparql http server as a graph store
1
10,214
8,434,644,498
IssuesEvent
2018-10-17 10:48:45
Coderockr/vitrine-social
https://api.github.com/repos/Coderockr/vitrine-social
opened
Melhorar o `CONTRIBUTING` para explicar melhor a configuração necessária para setup do projeto
Category: Infrastructure Level: Medium Priority: Medium Type: Improvement
## What is the objective? (Context) Alguns desenvolvedores tem tido problemas para realizar o setup inicial do projeto. ## What is the current behavior? Dúvidas e bloqueios no início do desenvolvimento. Exemplo: https://github.com/Coderockr/vitrine-social/issues/272#issuecomment-430479687 ## It's a bug? How can be reproduced? Fazer um `git clone` para uma nova pasta, `make setup` e um `make serve`, o projeto irá falhar. ## What is the expected behavior? Uma documentação mais clara para onboarding ## Possible Solution Melhorar o `CONTRIBUTING`.
1.0
Melhorar o `CONTRIBUTING` para explicar melhor a configuração necessária para setup do projeto - ## What is the objective? (Context) Alguns desenvolvedores tem tido problemas para realizar o setup inicial do projeto. ## What is the current behavior? Dúvidas e bloqueios no início do desenvolvimento. Exemplo: https://github.com/Coderockr/vitrine-social/issues/272#issuecomment-430479687 ## It's a bug? How can be reproduced? Fazer um `git clone` para uma nova pasta, `make setup` e um `make serve`, o projeto irá falhar. ## What is the expected behavior? Uma documentação mais clara para onboarding ## Possible Solution Melhorar o `CONTRIBUTING`.
infrastructure
melhorar o contributing para explicar melhor a configuração necessária para setup do projeto what is the objective context alguns desenvolvedores tem tido problemas para realizar o setup inicial do projeto what is the current behavior dúvidas e bloqueios no início do desenvolvimento exemplo it s a bug how can be reproduced fazer um git clone para uma nova pasta make setup e um make serve o projeto irá falhar what is the expected behavior uma documentação mais clara para onboarding possible solution melhorar o contributing
1
224,155
17,153,369,381
IssuesEvent
2021-07-14 01:19:57
11ty/eleventy
https://api.github.com/repos/11ty/eleventy
closed
Serverless .gitignore example causes looping in --serve
documentation feature: 🏙 serverless
When following the example and [adding a .gitignore](https://www.11ty.dev/docs/plugins/serverless/#step-2-add-to-.gitignore), the `eleventy --serve` command will continue watching files that exist inside the `netlify/functions/possum/*` directory and cause a loop of file creation/watching/creation/etc. If it's changed to `netlify/functions/possum/` the looping stops. Not sure if there's a deeper underlying issue or if the docs just need to be updated.
1.0
Serverless .gitignore example causes looping in --serve - When following the example and [adding a .gitignore](https://www.11ty.dev/docs/plugins/serverless/#step-2-add-to-.gitignore), the `eleventy --serve` command will continue watching files that exist inside the `netlify/functions/possum/*` directory and cause a loop of file creation/watching/creation/etc. If it's changed to `netlify/functions/possum/` the looping stops. Not sure if there's a deeper underlying issue or if the docs just need to be updated.
non_infrastructure
serverless gitignore example causes looping in serve when following the example and the eleventy serve command will continue watching files that exist inside the netlify functions possum directory and cause a loop of file creation watching creation etc if it s changed to netlify functions possum the looping stops not sure if there s a deeper underlying issue or if the docs just need to be updated
0
4,969
5,367,435,940
IssuesEvent
2017-02-22 04:12:46
archco/scss-palette
https://api.github.com/repos/archco/scss-palette
closed
Change build tool to "npm-scripts"
infrastructure
### Scripts * "npm run build" - "sass"와 "json"을 실행. * "npm run sass" - test.scss를 test.css로 컴파일. * "npm run sass:watch" - 위의 watch mode. * "npm run json" - colors data를 color.json파일에 write.
1.0
Change build tool to "npm-scripts" - ### Scripts * "npm run build" - "sass"와 "json"을 실행. * "npm run sass" - test.scss를 test.css로 컴파일. * "npm run sass:watch" - 위의 watch mode. * "npm run json" - colors data를 color.json파일에 write.
infrastructure
change build tool to npm scripts scripts npm run build sass 와 json 을 실행 npm run sass test scss를 test css로 컴파일 npm run sass watch 위의 watch mode npm run json colors data를 color json파일에 write
1
32,070
26,405,656,167
IssuesEvent
2023-01-13 07:42:50
Altinn/altinn-platform
https://api.github.com/repos/Altinn/altinn-platform
closed
Create Platform Terraform TAG 1.4.18
area/infrastructure
- Make sure AKS01 and AKS02 is using the the same configuration. - Optimizing the Terraform code - Code cleanup before Christmas
1.0
Create Platform Terraform TAG 1.4.18 - - Make sure AKS01 and AKS02 is using the the same configuration. - Optimizing the Terraform code - Code cleanup before Christmas
infrastructure
create platform terraform tag make sure and is using the the same configuration optimizing the terraform code code cleanup before christmas
1
371,638
10,975,126,482
IssuesEvent
2019-11-29 10:42:17
AbsaOSS/enceladus
https://api.github.com/repos/AbsaOSS/enceladus
closed
JWT concurrency issue
Menas bug priority: high security
## Describe the bug If two users are logging in at the same time they might end up with the same token and one of them would be logged in as the wrong user. This is due to the bean scope fo the `JWT builder` being a stateful singleton. ## To Reproduce Steps to reproduce the behavior: 1. Have to different users try to log in at the same time 2. Repeat until one is logged in as the other ## Expected behaviour Users should log in as themselves ## Additional context This was caught before the JWT feature #92 was released.
1.0
JWT concurrency issue - ## Describe the bug If two users are logging in at the same time they might end up with the same token and one of them would be logged in as the wrong user. This is due to the bean scope fo the `JWT builder` being a stateful singleton. ## To Reproduce Steps to reproduce the behavior: 1. Have to different users try to log in at the same time 2. Repeat until one is logged in as the other ## Expected behaviour Users should log in as themselves ## Additional context This was caught before the JWT feature #92 was released.
non_infrastructure
jwt concurrency issue describe the bug if two users are logging in at the same time they might end up with the same token and one of them would be logged in as the wrong user this is due to the bean scope fo the jwt builder being a stateful singleton to reproduce steps to reproduce the behavior have to different users try to log in at the same time repeat until one is logged in as the other expected behaviour users should log in as themselves additional context this was caught before the jwt feature was released
0
719,109
24,747,013,801
IssuesEvent
2022-10-21 10:33:12
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
Dun Morogh wrong graveyard
Confirmed 1-19 Priority-Low
original issue https://github.com/chromiecraft/chromiecraft/issues/4041 ### Current Behaviour Dying at (24,53) and all that cave takes you to Kharanos Spirit Healer (48,55) https://user-images.githubusercontent.com/11332559/195177646-ba3e1beb-f00e-44d6-ba4e-113067395082.mp4 ### Expected Blizzlike Behaviour Ressurecting at Iceflow Lake SH (36,46) ### Source https://user-images.githubusercontent.com/11332559/195177685-e28f1c2d-a6f8-45ea-a96c-fe087460cdd1.mp4 ### Steps to reproduce the problem .tele ironforge .go xyz -5578 632 398 die ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/77faa1d84d85199170ef540a43b5ed824de43702 ### Operating system Win 10 x64 ### Custom changes or Modules [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) [mod-cfbg](https://github.com/azerothcore/mod-cfbg) [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) [mod-dmf-switch](https://github.com/azerothcore/mod-dmf-switch) [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) [mod-eluna](https://github.com/azerothcore/mod-eluna) [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) [mod-progression-system](https://github.com/azerothcore/mod-progression-system) [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) [mod-transmog](https://github.com/azerothcore/mod-transmog) [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) [lua-custom-worldboss](https://github.com/55Honey/Acore_CustomWorldboss) [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) [lua-zone-debuff](https://github.com/55Honey/Acore_ZoneDebuff)
1.0
Dun Morogh wrong graveyard - original issue https://github.com/chromiecraft/chromiecraft/issues/4041 ### Current Behaviour Dying at (24,53) and all that cave takes you to Kharanos Spirit Healer (48,55) https://user-images.githubusercontent.com/11332559/195177646-ba3e1beb-f00e-44d6-ba4e-113067395082.mp4 ### Expected Blizzlike Behaviour Ressurecting at Iceflow Lake SH (36,46) ### Source https://user-images.githubusercontent.com/11332559/195177685-e28f1c2d-a6f8-45ea-a96c-fe087460cdd1.mp4 ### Steps to reproduce the problem .tele ironforge .go xyz -5578 632 398 die ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/77faa1d84d85199170ef540a43b5ed824de43702 ### Operating system Win 10 x64 ### Custom changes or Modules [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) [mod-cfbg](https://github.com/azerothcore/mod-cfbg) [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) [mod-dmf-switch](https://github.com/azerothcore/mod-dmf-switch) [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) [mod-eluna](https://github.com/azerothcore/mod-eluna) [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) [mod-progression-system](https://github.com/azerothcore/mod-progression-system) [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) [mod-transmog](https://github.com/azerothcore/mod-transmog) [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) [lua-custom-worldboss](https://github.com/55Honey/Acore_CustomWorldboss) [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) [lua-zone-debuff](https://github.com/55Honey/Acore_ZoneDebuff)
non_infrastructure
dun morogh wrong graveyard original issue current behaviour dying at and all that cave takes you to kharanos spirit healer expected blizzlike behaviour ressurecting at iceflow lake sh source steps to reproduce the problem tele ironforge go xyz die extra notes no response ac rev hash commit operating system win custom changes or modules
0
10,463
8,575,530,754
IssuesEvent
2018-11-12 17:31:58
ComplianceAsCode/content
https://api.github.com/repos/ComplianceAsCode/content
opened
Regression: Ansible Playbooks have "vars:" empty and contain "set_fact"
Ansible BLOCKER Infrastructure
#### Description of problem: SCAP content uses "XCCDF values" to parametrize rules. We also use them to customize Ansible tasks. In our XCCDFs or datastreams we have Ansible snippets in `<fix>` element. If the Ansible snippet is parametrized by XCCDF value it contains `set_fact:` that defines a variable and the value is substituted by `<sub>` element. In our RHEL7 datastream it looks like this: ``` <fix id="accounts_password_pam_minlen" system="urn:xccdf:fix:script:ansible" complexity="low" disruption="low" strategy="restrict">- name: XCCDF Value var_password_pam_minlen # promote to variable set_fact: var_password_pam_minlen: "<sub idref="xccdf_org.ssgproject.content_value_var_password_pam_minlen" use="legacy"/>" tags: - always ``` When `oscap` generates Ansible Playbook from an XCCDF or Datastream using `oscap xccdf generate fix` it looks for these sections. It extracts the variables and their values and drops these sections. Finally, it puts the list of variables at the beginning of the playbook in `vars:`. The problem is that this behavior is broken. With current ComplianceAsCode it doesn't work anymore. The Ansible Playbooks that we build now contain many `XCCDF Value ...` tasks with `set_fact` and the list of `vars` is empty. I have found using `git bisect` that the regression is caused by 95e9d5130f7b20677af0fd8b23b8fb2ad0900d5b . This commit changes the format of `set_fact` clause in ComplianceAsCode. Therefore `oscap` cannot match it. The OpenSCAP code that handles the variables in Ansible Playbooks is here: https://github.com/OpenSCAP/openscap/blob/maint-1.2/src/XCCDF_POLICY/xccdf_policy_remediate.c#L586 Also see https://github.com/OpenSCAP/openscap/pull/896 for context. #### SCAP Security Guide Version: current upstream head as of 2018-11-12 #### Operating System Version: all #### Steps to Reproduce: 1. cd build 2. cmake .. 3. make rhel7 4. vim roles/ssg-rhel7-role-ospp.yml (just an example, all playbooks are affected) #### Actual Results: `vars:` is empty ``` - hosts: all pre_tasks: - name: Verify Ansible meets SCAP-Security-Guide version requirements. assert: that: "ansible_version.full is version_compare('2.3', '>=')" msg: > "You must update Ansible to at least version 2.3 to use this role." vars: tasks: - name: Disable service zebra service: ``` #### Expected Results: something like this - see SSG 0.1.39 "roles" ``` - hosts: all pre_tasks: - name: Verify Ansible meets SCAP-Security-Guide version requirements. assert: that: "ansible_version.full is version_compare('2.3', '>=')" msg: > "You must update Ansible to at least version 2.3 to use this role." vars: sshd_listening_port: "22" sshd_approved_macs: "hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com" sshd_idle_timeout_value: "600" var_sssd_memcache_timeout: "300" var_accounts_passwords_pam_faillock_deny: "3" var_accounts_passwords_pam_faillock_unlock_time: "never" var_accounts_passwords_pam_faillock_fail_interval: "900" ..... [snip] ..... var_auditd_max_log_file: "6" var_auditd_max_log_file_action: "rotate" var_auditd_flush: "data" var_auditd_admin_space_left_action: "single" var_auditd_action_mail_acct: "root" var_auditd_space_left_action: "email" var_auditd_num_logs: "5" tasks: - name: Disable service zebra service: ``` #### Addition Information/Debugging Steps: This regression breaks generated Ansible Roles published on RedHatOfficial. A regression test strongly needed in CI. As pointed out in https://github.com/ComplianceAsCode/content/issues/3370 `set_fact` effectively makes it impossible for users to customize the Playbooks in their Ansible Inventories using host/groups variables because `set_fact` has top priority.
1.0
Regression: Ansible Playbooks have "vars:" empty and contain "set_fact" - #### Description of problem: SCAP content uses "XCCDF values" to parametrize rules. We also use them to customize Ansible tasks. In our XCCDFs or datastreams we have Ansible snippets in `<fix>` element. If the Ansible snippet is parametrized by XCCDF value it contains `set_fact:` that defines a variable and the value is substituted by `<sub>` element. In our RHEL7 datastream it looks like this: ``` <fix id="accounts_password_pam_minlen" system="urn:xccdf:fix:script:ansible" complexity="low" disruption="low" strategy="restrict">- name: XCCDF Value var_password_pam_minlen # promote to variable set_fact: var_password_pam_minlen: "<sub idref="xccdf_org.ssgproject.content_value_var_password_pam_minlen" use="legacy"/>" tags: - always ``` When `oscap` generates Ansible Playbook from an XCCDF or Datastream using `oscap xccdf generate fix` it looks for these sections. It extracts the variables and their values and drops these sections. Finally, it puts the list of variables at the beginning of the playbook in `vars:`. The problem is that this behavior is broken. With current ComplianceAsCode it doesn't work anymore. The Ansible Playbooks that we build now contain many `XCCDF Value ...` tasks with `set_fact` and the list of `vars` is empty. I have found using `git bisect` that the regression is caused by 95e9d5130f7b20677af0fd8b23b8fb2ad0900d5b . This commit changes the format of `set_fact` clause in ComplianceAsCode. Therefore `oscap` cannot match it. The OpenSCAP code that handles the variables in Ansible Playbooks is here: https://github.com/OpenSCAP/openscap/blob/maint-1.2/src/XCCDF_POLICY/xccdf_policy_remediate.c#L586 Also see https://github.com/OpenSCAP/openscap/pull/896 for context. #### SCAP Security Guide Version: current upstream head as of 2018-11-12 #### Operating System Version: all #### Steps to Reproduce: 1. cd build 2. cmake .. 3. make rhel7 4. vim roles/ssg-rhel7-role-ospp.yml (just an example, all playbooks are affected) #### Actual Results: `vars:` is empty ``` - hosts: all pre_tasks: - name: Verify Ansible meets SCAP-Security-Guide version requirements. assert: that: "ansible_version.full is version_compare('2.3', '>=')" msg: > "You must update Ansible to at least version 2.3 to use this role." vars: tasks: - name: Disable service zebra service: ``` #### Expected Results: something like this - see SSG 0.1.39 "roles" ``` - hosts: all pre_tasks: - name: Verify Ansible meets SCAP-Security-Guide version requirements. assert: that: "ansible_version.full is version_compare('2.3', '>=')" msg: > "You must update Ansible to at least version 2.3 to use this role." vars: sshd_listening_port: "22" sshd_approved_macs: "hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com" sshd_idle_timeout_value: "600" var_sssd_memcache_timeout: "300" var_accounts_passwords_pam_faillock_deny: "3" var_accounts_passwords_pam_faillock_unlock_time: "never" var_accounts_passwords_pam_faillock_fail_interval: "900" ..... [snip] ..... var_auditd_max_log_file: "6" var_auditd_max_log_file_action: "rotate" var_auditd_flush: "data" var_auditd_admin_space_left_action: "single" var_auditd_action_mail_acct: "root" var_auditd_space_left_action: "email" var_auditd_num_logs: "5" tasks: - name: Disable service zebra service: ``` #### Addition Information/Debugging Steps: This regression breaks generated Ansible Roles published on RedHatOfficial. A regression test strongly needed in CI. As pointed out in https://github.com/ComplianceAsCode/content/issues/3370 `set_fact` effectively makes it impossible for users to customize the Playbooks in their Ansible Inventories using host/groups variables because `set_fact` has top priority.
infrastructure
regression ansible playbooks have vars empty and contain set fact description of problem scap content uses xccdf values to parametrize rules we also use them to customize ansible tasks in our xccdfs or datastreams we have ansible snippets in element if the ansible snippet is parametrized by xccdf value it contains set fact that defines a variable and the value is substituted by element in our datastream it looks like this name xccdf value var password pam minlen promote to variable set fact var password pam minlen tags always when oscap generates ansible playbook from an xccdf or datastream using oscap xccdf generate fix it looks for these sections it extracts the variables and their values and drops these sections finally it puts the list of variables at the beginning of the playbook in vars the problem is that this behavior is broken with current complianceascode it doesn t work anymore the ansible playbooks that we build now contain many xccdf value tasks with set fact and the list of vars is empty i have found using git bisect that the regression is caused by this commit changes the format of set fact clause in complianceascode therefore oscap cannot match it the openscap code that handles the variables in ansible playbooks is here also see for context scap security guide version current upstream head as of operating system version all steps to reproduce cd build cmake make vim roles ssg role ospp yml just an example all playbooks are affected actual results vars is empty hosts all pre tasks name verify ansible meets scap security guide version requirements assert that ansible version full is version compare msg you must update ansible to at least version to use this role vars tasks name disable service zebra service expected results something like this see ssg roles hosts all pre tasks name verify ansible meets scap security guide version requirements assert that ansible version full is version compare msg you must update ansible to at least version to use this role vars sshd listening port sshd approved macs hmac hmac hmac hmac etm openssh com hmac etm openssh com hmac etm openssh com sshd idle timeout value var sssd memcache timeout var accounts passwords pam faillock deny var accounts passwords pam faillock unlock time never var accounts passwords pam faillock fail interval var auditd max log file var auditd max log file action rotate var auditd flush data var auditd admin space left action single var auditd action mail acct root var auditd space left action email var auditd num logs tasks name disable service zebra service addition information debugging steps this regression breaks generated ansible roles published on redhatofficial a regression test strongly needed in ci as pointed out in set fact effectively makes it impossible for users to customize the playbooks in their ansible inventories using host groups variables because set fact has top priority
1
10,790
8,722,290,034
IssuesEvent
2018-12-09 10:54:33
coq/coq
https://api.github.com/repos/coq/coq
closed
Windows CI is not stable cause of cygwin reuse
kind: ci-failure kind: infrastructure platform: Windows
As the various pipeline runs for PR #8322 show, the windows CI fails randomly because randomly Cygwin installations are reused. I am not sure under which conditions cygwin installations are reused - it doesn't seem to be the case always, otherwise it would always fail. The solution discussed with @Zimmi48 in #8322 is to delete the cygwin and target folders at the beginning of the build. There might be a bit more to it, because I think the aritfact upload happens after the script exits. So it would be bad if the next job would start and delete the artifacts - not sure how this is handled. On the other hand I guess the artifact upload is still part of the build job and the next one doesn't start before the upload is finished - anyhow one has to test this.
1.0
Windows CI is not stable cause of cygwin reuse - As the various pipeline runs for PR #8322 show, the windows CI fails randomly because randomly Cygwin installations are reused. I am not sure under which conditions cygwin installations are reused - it doesn't seem to be the case always, otherwise it would always fail. The solution discussed with @Zimmi48 in #8322 is to delete the cygwin and target folders at the beginning of the build. There might be a bit more to it, because I think the aritfact upload happens after the script exits. So it would be bad if the next job would start and delete the artifacts - not sure how this is handled. On the other hand I guess the artifact upload is still part of the build job and the next one doesn't start before the upload is finished - anyhow one has to test this.
infrastructure
windows ci is not stable cause of cygwin reuse as the various pipeline runs for pr show the windows ci fails randomly because randomly cygwin installations are reused i am not sure under which conditions cygwin installations are reused it doesn t seem to be the case always otherwise it would always fail the solution discussed with in is to delete the cygwin and target folders at the beginning of the build there might be a bit more to it because i think the aritfact upload happens after the script exits so it would be bad if the next job would start and delete the artifacts not sure how this is handled on the other hand i guess the artifact upload is still part of the build job and the next one doesn t start before the upload is finished anyhow one has to test this
1
34,682
30,276,977,281
IssuesEvent
2023-07-07 20:42:43
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
Investigate deoptimization diagnostics tooling
Infrastructure Domain: Performance Rescheduled
We've been diving deep into perf. One place we find tooling lacking is in identifying deoptimizations in the VM. @rbuckton has had some neat experiments which we might be able to leverage to identify polymorphic/megamorphic usage sites. Work closely with @amcasey here to get a sense of what is and isn't useful. Also, identify some baselines within the tooling to help drive meaningful goals for users. For example, a use-site might have 500 different object shapes passing through it - is it meaningfully faster to reduce that to 200? Ideally, this would be usable by the broader team and partner teams who also write CPU-bound Node.js code.
1.0
Investigate deoptimization diagnostics tooling - We've been diving deep into perf. One place we find tooling lacking is in identifying deoptimizations in the VM. @rbuckton has had some neat experiments which we might be able to leverage to identify polymorphic/megamorphic usage sites. Work closely with @amcasey here to get a sense of what is and isn't useful. Also, identify some baselines within the tooling to help drive meaningful goals for users. For example, a use-site might have 500 different object shapes passing through it - is it meaningfully faster to reduce that to 200? Ideally, this would be usable by the broader team and partner teams who also write CPU-bound Node.js code.
infrastructure
investigate deoptimization diagnostics tooling we ve been diving deep into perf one place we find tooling lacking is in identifying deoptimizations in the vm rbuckton has had some neat experiments which we might be able to leverage to identify polymorphic megamorphic usage sites work closely with amcasey here to get a sense of what is and isn t useful also identify some baselines within the tooling to help drive meaningful goals for users for example a use site might have different object shapes passing through it is it meaningfully faster to reduce that to ideally this would be usable by the broader team and partner teams who also write cpu bound node js code
1
19,831
4,445,265,042
IssuesEvent
2016-08-20 00:27:38
minio/minio
https://api.github.com/repos/minio/minio
closed
provide example using aws-sdk for ruby
documentation
Provide example code for ruby along the lines of https://docs.minio.io/docs/how-to-use-aws-sdk-for-php-with-minio-server for upload and download of files. so that we can just provide the link to it when someone asks on gitter on how to use aws-sdk ruby with minio. The RoR full blown example is not as minimal and to the point as our PHP example.
1.0
provide example using aws-sdk for ruby - Provide example code for ruby along the lines of https://docs.minio.io/docs/how-to-use-aws-sdk-for-php-with-minio-server for upload and download of files. so that we can just provide the link to it when someone asks on gitter on how to use aws-sdk ruby with minio. The RoR full blown example is not as minimal and to the point as our PHP example.
non_infrastructure
provide example using aws sdk for ruby provide example code for ruby along the lines of for upload and download of files so that we can just provide the link to it when someone asks on gitter on how to use aws sdk ruby with minio the ror full blown example is not as minimal and to the point as our php example
0
7,909
19,978,585,647
IssuesEvent
2022-01-29 14:14:32
paperclip-ui/paperclip
https://api.github.com/repos/paperclip-ui/paperclip
closed
Use CRDTs for document syncing
status: completed estimate: 1 month priority: high effort: hard architecture
Kinda necessary for proper text syncing between VS Code and the designer
1.0
Use CRDTs for document syncing - Kinda necessary for proper text syncing between VS Code and the designer
non_infrastructure
use crdts for document syncing kinda necessary for proper text syncing between vs code and the designer
0
4,841
2,564,486,353
IssuesEvent
2015-02-06 20:10:30
DoSomething/dosomething
https://api.github.com/repos/DoSomething/dosomething
closed
Updates to crop box handle
@fender priority-high
- [x] unicode icon - [x] double size of grab box for copping - [x] move location of grab box to bottom right hand corner instead of hanging off the outside of the crop box
1.0
Updates to crop box handle - - [x] unicode icon - [x] double size of grab box for copping - [x] move location of grab box to bottom right hand corner instead of hanging off the outside of the crop box
non_infrastructure
updates to crop box handle unicode icon double size of grab box for copping move location of grab box to bottom right hand corner instead of hanging off the outside of the crop box
0
13,659
10,409,662,411
IssuesEvent
2019-09-13 09:20:27
SciTools-incubator/python-stratify
https://api.github.com/repos/SciTools-incubator/python-stratify
closed
Add setuptools.setup long_description
SemVer: Minor Type: Infrastructure
Add a `long_description` to `setuptools.setup` in `setup.py` in order to provide a relevant description to users on for [PyPI stratify](https://pypi.org/project/stratify/) e.g., ```python def long_description(): fname = os.path.join(PACKAGE_DIR, 'README.md') with open(fname, 'rb') as fi: result = fi.read().decode('utf-8') return result ... setup_args = dict( ... long_description=long_description(), long_description_content_type='text/markdown', ... ``` Something along those lines... Then see how it's rendered on https://test.pypi.org/
1.0
Add setuptools.setup long_description - Add a `long_description` to `setuptools.setup` in `setup.py` in order to provide a relevant description to users on for [PyPI stratify](https://pypi.org/project/stratify/) e.g., ```python def long_description(): fname = os.path.join(PACKAGE_DIR, 'README.md') with open(fname, 'rb') as fi: result = fi.read().decode('utf-8') return result ... setup_args = dict( ... long_description=long_description(), long_description_content_type='text/markdown', ... ``` Something along those lines... Then see how it's rendered on https://test.pypi.org/
infrastructure
add setuptools setup long description add a long description to setuptools setup in setup py in order to provide a relevant description to users on for e g python def long description fname os path join package dir readme md with open fname rb as fi result fi read decode utf return result setup args dict long description long description long description content type text markdown something along those lines then see how it s rendered on
1
317,966
23,697,085,874
IssuesEvent
2022-08-29 15:29:31
topaoad/itk-develop-first
https://api.github.com/repos/topaoad/itk-develop-first
opened
getStaticPropsなど、propsが複数ある場合の型のつけ方
documentation
## 定石パターンを理解して、シチュエーションによって応用させましょう! エラーが出ない書き方⇒よりよい書き方への変換を頑張ろう。 2022/8/29は、NextPageのpropsの型定義の仕方の断片を理解。 網羅的に理解できるよう、ボチボチ頑張ります。
1.0
getStaticPropsなど、propsが複数ある場合の型のつけ方 - ## 定石パターンを理解して、シチュエーションによって応用させましょう! エラーが出ない書き方⇒よりよい書き方への変換を頑張ろう。 2022/8/29は、NextPageのpropsの型定義の仕方の断片を理解。 網羅的に理解できるよう、ボチボチ頑張ります。
non_infrastructure
getstaticpropsなど、propsが複数ある場合の型のつけ方 定石パターンを理解して、シチュエーションによって応用させましょう! エラーが出ない書き方⇒よりよい書き方への変換を頑張ろう。 、nextpageのpropsの型定義の仕方の断片を理解。 網羅的に理解できるよう、ボチボチ頑張ります。
0
21,740
14,751,373,997
IssuesEvent
2021-01-08 04:56:38
ustaxcourt/ef-cms
https://api.github.com/repos/ustaxcourt/ef-cms
opened
AWS DynamoDB Failover
infrastructure
Currently, if a DynamoDB table is unavailable or deleted, there is no automatic failover to another availability zone. We should determine what failover strategy we can set up for DynamoDB and then implement its configuration. ## Acceptance Criteria * Determine failover strategy for DynamoDB, including consideration for how clients connect to another instance if failover occurs * Implement configuration for the failover or log a separate issue for the same ## Mobile Design/Considerations ## Security Considerations - [ ] Does this work make you nervous about privacy or security? - [ ] Does this work make major changes to the system? - [ ] Does this work implement new authentication or security controls? - [ ] Does this work create new methods of authentication, modify existing security controls, or explicitly implement any security or privacy features? ## Notes ## Tasks ## Definition of Done (Updated 10-26-20) **Product Owner** - [ ] Acceptance criteria have been met and validated
1.0
AWS DynamoDB Failover - Currently, if a DynamoDB table is unavailable or deleted, there is no automatic failover to another availability zone. We should determine what failover strategy we can set up for DynamoDB and then implement its configuration. ## Acceptance Criteria * Determine failover strategy for DynamoDB, including consideration for how clients connect to another instance if failover occurs * Implement configuration for the failover or log a separate issue for the same ## Mobile Design/Considerations ## Security Considerations - [ ] Does this work make you nervous about privacy or security? - [ ] Does this work make major changes to the system? - [ ] Does this work implement new authentication or security controls? - [ ] Does this work create new methods of authentication, modify existing security controls, or explicitly implement any security or privacy features? ## Notes ## Tasks ## Definition of Done (Updated 10-26-20) **Product Owner** - [ ] Acceptance criteria have been met and validated
infrastructure
aws dynamodb failover currently if a dynamodb table is unavailable or deleted there is no automatic failover to another availability zone we should determine what failover strategy we can set up for dynamodb and then implement its configuration acceptance criteria determine failover strategy for dynamodb including consideration for how clients connect to another instance if failover occurs implement configuration for the failover or log a separate issue for the same mobile design considerations security considerations does this work make you nervous about privacy or security does this work make major changes to the system does this work implement new authentication or security controls does this work create new methods of authentication modify existing security controls or explicitly implement any security or privacy features notes tasks definition of done updated product owner acceptance criteria have been met and validated
1
89,675
18,019,724,768
IssuesEvent
2021-09-16 17:48:00
m3talsmith/arkenstone
https://api.github.com/repos/m3talsmith/arkenstone
opened
Fix "Flog Score" issue in lib/arkenstone/associations.rb
codeclimate issues refactor
Complex method Arkenstone::Associations::ClassMethods#belongs_to (39.9) https://codeclimate.com/github/m3talsmith/arkenstone/lib/arkenstone/associations.rb#issue_614381c852b621000100003e
1.0
Fix "Flog Score" issue in lib/arkenstone/associations.rb - Complex method Arkenstone::Associations::ClassMethods#belongs_to (39.9) https://codeclimate.com/github/m3talsmith/arkenstone/lib/arkenstone/associations.rb#issue_614381c852b621000100003e
non_infrastructure
fix flog score issue in lib arkenstone associations rb complex method arkenstone associations classmethods belongs to
0
6,755
6,585,609,963
IssuesEvent
2017-09-13 14:32:40
lampepfl/dotty
https://api.github.com/repos/lampepfl/dotty
closed
distribution now generates useless files
area:infrastructure itype:enhancement
`sbt dist-bootstrapped/pack` will generate `from-tasty`, `path-resolver`, `main` and `bench`, which are useless.
1.0
distribution now generates useless files - `sbt dist-bootstrapped/pack` will generate `from-tasty`, `path-resolver`, `main` and `bench`, which are useless.
infrastructure
distribution now generates useless files sbt dist bootstrapped pack will generate from tasty path resolver main and bench which are useless
1
93,602
19,277,043,416
IssuesEvent
2021-12-10 13:07:15
ably/ably-flutter
https://api.github.com/repos/ably/ably-flutter
opened
Remove `--no-fatal-infos` argument from the `flutter analyze` invocation in the check workflow
code-quality
There are a lot of `info` level messages. They should be addressed or ignored in a targeted manner. [Currently](https://github.com/ably/ably-flutter/blob/8e85a88543712297faaa0cc4d90dbc8dd2283440/.github/workflows/check.yaml#L30), when I run `flutter analyze --no-pub --no-fatal-infos .` locally I see: ``` ably-flutter % flutter analyze --no-pub --no-fatal-infos . Analyzing ably-flutter... info • Avoid relative imports for files in `lib/` • example/lib/encrypted_messaging_service.dart:9:8 • always_use_package_imports info • Prefer declaring const constructors on `@immutable` classes • example/lib/main.dart:22:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • example/lib/main.dart:22:3 • use_key_in_widget_constructors info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:24:8 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:47:3 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:48:8 • strict_raw_type info • Avoid relative imports for files in `lib/` • example/lib/push_notifications/push_notification_handlers.dart:6:8 • always_use_package_imports info • Private field could be final • example/lib/push_notifications/push_notification_handlers.dart:14:7 • prefer_final_fields info • Cascade consecutive method invocations on the same reference • example/lib/push_notifications/push_notification_handlers.dart:37:5 • cascade_invocations info • Private field could be final • example/lib/push_notifications/push_notification_service.dart:12:17 • prefer_final_fields info • Private field could be final • example/lib/push_notifications/push_notification_service.dart:13:13 • prefer_final_fields info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:14:25 • use_late_for_private_fields_and_variables info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:15:25 • use_late_for_private_fields_and_variables info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:16:21 • use_late_for_private_fields_and_variables info • Do not use environment declared variables • example/lib/ui/ably_service.dart:7:31 • do_not_use_environment info • Use key in widget constructors • example/lib/ui/bool_stream_button.dart:17:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/message_encryption/message_encryption_sliver.dart:4:8 • unnecessary_import info • Avoid relative imports for files in `lib/` • example/lib/ui/message_encryption/message_encryption_sliver.dart:7:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/message_encryption/message_encryption_sliver.dart:8:8 • always_use_package_imports info • Prefer int literals over double literals • example/lib/ui/message_encryption/message_encryption_sliver.dart:28:51 • prefer_int_literals info • Only reference in scope identifiers in doc comments • example/lib/ui/paginated_result_viewer.dart:6:48 • comment_references info • Only reference in scope identifiers in doc comments • example/lib/ui/paginated_result_viewer.dart:7:57 • comment_references info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: PaginatedResultViewer.firstPaginatedResult • example/lib/ui/paginated_result_viewer.dart:9:7 • must_be_immutable info • Use key in widget constructors • example/lib/ui/paginated_result_viewer.dart:17:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart' • example/lib/ui/push_notifications/push_notifications_activation_sliver.dart:9:8 • unnecessary_import info • Avoid positional boolean parameters • example/lib/ui/push_notifications/push_notifications_activation_sliver.dart:50:39 • avoid_positional_boolean_parameters info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_device_information.dart:4:8 • unnecessary_import info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_ios_permissions_sliver.dart:7:8 • unnecessary_import info • Use key in widget constructors • example/lib/ui/push_notifications/push_notifications_publishing_sliver.dart:10:3 • use_key_in_widget_constructors info • Unused import: 'dart:io' • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:1:8 • unused_import info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:5:8 • unnecessary_import info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:7:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:8:8 • always_use_package_imports info • Use key in widget constructors • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:11:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_subscriptions_sliver.dart:7:8 • unnecessary_import info • Sort child properties last in widget instance creations • example/lib/ui/push_notifications/push_notifications_subscriptions_sliver.dart:136:9 • sort_child_properties_last info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:3:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:4:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:5:8 • always_use_package_imports info • Use key in widget constructors • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:10:3 • use_key_in_widget_constructors info • Don't import implementation files from another package • example/lib/ui/realtime_presence_sliver.dart:3:8 • implementation_imports info • Unused import: 'package:ably_flutter/src/platform/src/realtime/realtime.dart' • example/lib/ui/realtime_presence_sliver.dart:3:8 • unused_import info • Sort directive sections alphabetically • example/lib/ui/realtime_presence_sliver.dart:6:1 • directives_ordering info • Don't import implementation files from another package • example/lib/ui/realtime_presence_sliver.dart:9:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/realtime_presence_sliver.dart:9:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: RealtimePresenceSliver._presenceDataIncrementer • example/lib/ui/realtime_presence_sliver.dart:12:7 • must_be_immutable info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:15:14 • strict_raw_type info • Use key in widget constructors • example/lib/ui/realtime_presence_sliver.dart:17:3 • use_key_in_widget_constructors info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:22:25 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:40:25 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:61:9 • strict_raw_type info • Don't import implementation files from another package • example/lib/ui/realtime_sliver.dart:11:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/realtime_sliver.dart:11:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: RealtimeSliver.typeCounter, RealtimeSliver.realtimePubCounter • example/lib/ui/realtime_sliver.dart:14:7 • must_be_immutable info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_sliver.dart:18:14 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_sliver.dart:85:25 • strict_raw_type info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/rest_sliver.dart:5:8 • unnecessary_import info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/system_details_sliver.dart:4:8 • unnecessary_import info • Don't import implementation files from another package • example/lib/ui/system_details_sliver.dart:6:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart' • example/lib/ui/system_details_sliver.dart:6:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: SystemDetailsSliver.apiKey • example/lib/ui/system_details_sliver.dart:9:7 • must_be_immutable info • Use key in widget constructors • example/lib/ui/system_details_sliver.dart:12:3 • use_key_in_widget_constructors info • Prefer declaring const constructors on `@immutable` classes • example/lib/ui/text_row.dart:9:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • example/lib/ui/text_row.dart:9:3 • use_key_in_widget_constructors info • Document all public members • lib/src/authentication/src/token_params.dart:64:24 • public_member_api_docs info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/common/src/ably_base.dart:42:10 • strict_raw_type info • Only reference in scope identifiers in doc comments • lib/src/common/src/http_paginated_response.dart:13:25 • comment_references info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/common/src/http_paginated_response.dart:15:53 • strict_raw_type info • Document all public members • lib/src/crypto/src/crypto.dart:10:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:11:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:12:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:13:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:14:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:15:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:16:16 • public_member_api_docs info • Type annotate public APIs • lib/src/crypto/src/crypto.dart:26:49 • type_annotate_public_apis info • Document all public members • lib/src/crypto/src/crypto.dart:42:15 • public_member_api_docs info • Type annotate public APIs • lib/src/crypto/src/crypto.dart:57:12 • type_annotate_public_apis info • Document all public members • lib/src/logging/src/log_level.dart:8:17 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:23 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:32 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:39 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:45 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:51 • public_member_api_docs info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/delta_extras.dart:16:23 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/message.dart:32:9 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:15:10 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:31:26 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:35:26 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/presence_message.dart:28:9 • strict_raw_type info • Document all public members • lib/src/platform/src/background_android_isolate_platform.dart:48:14 • public_member_api_docs info • Type annotate public APIs • lib/src/platform/src/background_android_isolate_platform.dart:48:46 • type_annotate_public_apis info • Document all public members • lib/src/platform/src/cipher_params_native.dart:18:8 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:19:14 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:21:11 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:23:11 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:40:22 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:53:29 • public_member_api_docs info • The generic type '_CodecPair<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:49:17 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:56:22 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:76:22 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:101:42 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • lib/src/platform/src/codec.dart:264:11 • deprecated_member_use_from_same_package info • Only use double quotes for strings containing single quotes • lib/src/platform/src/codec.dart:382:27 • prefer_single_quotes info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:443:49 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:487:57 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:531:50 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:535:49 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • lib/src/platform/src/codec.dart:621:9 • deprecated_member_use_from_same_package info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:664:3 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:669:33 • strict_raw_type info • Omit type annotations for local variables • lib/src/platform/src/codec.dart:680:5 • omit_local_variable_types info • Prefer final for variable declarations if they are not reassigned • lib/src/platform/src/codec.dart:680:16 • prefer_final_locals info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:998:33 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1020:33 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1028:3 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1104:33 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/method_call_handler.dart:42:33 • strict_raw_type info • Avoid escaping inner quotes by converting surrounding quotes • lib/src/platform/src/method_call_handler.dart:46:27 • avoid_escaping_inner_quotes info • The generic type 'AblyMessage<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/method_call_handler.dart:53:42 • strict_raw_type info • Avoid escaping inner quotes by converting surrounding quotes • lib/src/platform/src/method_call_handler.dart:57:27 • avoid_escaping_inner_quotes info • Avoid using braces in interpolation when not needed • lib/src/platform/src/method_call_handler.dart:58:66 • unnecessary_brace_in_string_interps info • Document all public members • lib/src/platform/src/method_call_handler.dart:91:19 • public_member_api_docs info • Document all public members • lib/src/platform/src/method_call_handler.dart:96:19 • public_member_api_docs info • The getter doesn't override an inherited getter • lib/src/platform/src/paginated_result.dart:27:15 • override_on_non_overriding_member info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:42:47 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:56:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:58:37 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:67:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:69:37 • strict_raw_type info • Document all public members • lib/src/platform/src/platform.dart:7:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/platform.dart:36:14 • public_member_api_docs info • Document all public members • lib/src/platform/src/platform.dart:61:13 • public_member_api_docs info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/platform_object.dart:4:8 • unused_import info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:5:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:6:32 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:7:32 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:9:31 • public_member_api_docs info • The declaration '_close' isn't referenced • lib/src/platform/src/push_activation_events_native.dart:21:8 • unused_element info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/push_channel_native.dart:62:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/push_channel_native.dart:68:39 • strict_raw_type info • Document all public members • lib/src/platform/src/push_native.dart:8:31 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_native.dart:9:33 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:8:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:9:17 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:11:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:12:35 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:79:8 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/connection.dart:63:33 • public_member_api_docs info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:25:50 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:45:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:53:37 • strict_raw_type info • Only reference in scope identifiers in doc comments • lib/src/platform/src/realtime/presence.dart:127:19 • comment_references info • Sort directive sections alphabetically • lib/src/platform/src/realtime/realtime.dart:3:1 • directives_ordering info • The getter doesn't override an inherited getter • lib/src/platform/src/realtime/realtime.dart:58:18 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:61:9 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:61:9 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:64:17 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:64:17 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:67:13 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:67:13 • override_on_non_overriding_member info • Only reference in scope identifiers in doc comments • lib/src/platform/src/realtime/realtime.dart:71:22 • comment_references info • The getter doesn't override an inherited getter • lib/src/platform/src/realtime/realtime.dart:75:24 • override_on_non_overriding_member info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:79:16 • override_on_non_overriding_member info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:83:16 • override_on_non_overriding_member info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime.dart:88:10 • strict_raw_type info • Document all public members • lib/src/platform/src/realtime/realtime.dart:88:33 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:88:33 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:99:34 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:99:34 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:104:20 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:104:20 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:109:23 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:109:23 • override_on_non_overriding_member info • Unused import: 'dart:collection' • lib/src/platform/src/realtime/realtime_channel.dart:2:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/realtime/realtime_channel.dart:6:8 • unused_import info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:14:18 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:16:16 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime_channel.dart:45:36 • override_on_non_overriding_member info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime_channel.dart:49:29 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime_channel.dart:54:37 • strict_raw_type info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime_channel.dart:62:16 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:97:16 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:123:30 • public_member_api_docs info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest.dart:46:10 • strict_raw_type info • Unused import: 'dart:collection' • lib/src/platform/src/rest/rest_channel.dart:2:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/rest/rest_channel.dart:6:8 • unused_import info • Document all public members • lib/src/platform/src/rest/rest_channel.dart:34:20 • public_member_api_docs info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_channel.dart:48:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_channel.dart:56:37 • strict_raw_type info • Unnecessary cast • lib/src/platform/src/rest/rest_presence.dart:15:44 • unnecessary_cast info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:23:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:31:37 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:41:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:49:37 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/push_notifications/src/admin/push_admin.dart:19:56 • strict_raw_type info • Document all public members • lib/src/push_notifications/src/device_details.dart:40:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/device_push_details.dart:23:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:15:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:16:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:17:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:18:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:19:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:21 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:27 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:35 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:30 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:44 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:54 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:30 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:38 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:57 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:42:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:43:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:44:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:45:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:46:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:47:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:48:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:49:16 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:50:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:51:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:52:8 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:53:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/local_device.dart:18:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:3:7 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:4:10 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:5:11 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:7:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:9:24 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/push_channel_subscription.dart:21:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/push_notification_events.dart:5:1 • public_member_api_docs info • Only reference in scope identifiers in doc comments • lib/src/push_notifications/src/push_notification_events.dart:24:20 • comment_references info • Only reference in scope identifiers in doc comments • lib/src/push_notifications/src/push_notification_events.dart:36:18 • comment_references info • Document all public members • lib/src/push_notifications/src/remote_message.dart:4:7 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:5:29 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:6:17 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:8:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:16:25 • public_member_api_docs info • Don't override fields • lib/src/realtime/src/realtime_channel_options.dart:9:23 • overridden_fields info • Type annotate public APIs • lib/src/realtime/src/realtime_channel_options.dart:20:55 • type_annotate_public_apis info • Type annotate public APIs • lib/src/rest/src/rest_channel_options.dart:12:51 • type_annotate_public_apis info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • test/ably_event_listener_test.dart:52:5 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • test/ably_event_listener_test.dart:53:10 • strict_raw_type info • The generic type 'AblyMessage<dynamic>?' should have explicit type arguments but doesn't • test/mock_method_call_manager.dart:11:26 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • test/mock_method_call_manager.dart:12:30 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • test/models/client_options.dart:31:26 • deprecated_member_use_from_same_package info • The import of 'dart:async' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_test/flutter_test.dart' • test/realtime/channel_test.dart:1:8 • unnecessary_import info • Unused import: 'package:fake_async/fake_async.dart' • test/realtime/channel_test.dart:5:8 • unused_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:40:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:68:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:103:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:129:58 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:138:58 • strict_raw_type info • The import of 'dart:async' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_test/flutter_test.dart' • test/rest/channel_test.dart:1:8 • unnecessary_import info • Unused import: 'package:fake_async/fake_async.dart' • test/rest/channel_test.dart:5:8 • unused_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:38:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:65:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:101:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:127:58 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:136:58 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/driver_data_handler.dart:36:39 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/driver_data_handler.dart:71:47 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:23:30 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:44:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:46:15 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:66:15 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/test/rest/rest_capability_test.dart:13:35 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/test/rest/rest_capability_test.dart:34:19 • strict_raw_type info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • test_integration/lib/test_dispatcher.dart:9:8 • unnecessary_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:6 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:26 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:49 • strict_raw_type info • Cascade consecutive method invocations on the same reference • test_integration/test_driver/runner.dart:10:3 • cascade_invocations info • Unnecessary type check; the result is always 'true' • test_integration/test_driver/runner.dart:35:14 • unnecessary_type_check info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/basic_platform_tests.dart:40:10 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/realtime_tests.dart:299:44 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/realtime_tests.dart:465:5 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:22:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:23:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:24:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:25:8 • strict_raw_type info • Only use double quotes for strings containing single quotes • test_integration/test_driver/test_implementation/rest_tests.dart:81:13 • prefer_single_quotes info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:100:51 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:197:44 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:97:21 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:97:28 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:106:25 • strict_raw_type 288 issues found. (ran in 16.4s) ```
1.0
Remove `--no-fatal-infos` argument from the `flutter analyze` invocation in the check workflow - There are a lot of `info` level messages. They should be addressed or ignored in a targeted manner. [Currently](https://github.com/ably/ably-flutter/blob/8e85a88543712297faaa0cc4d90dbc8dd2283440/.github/workflows/check.yaml#L30), when I run `flutter analyze --no-pub --no-fatal-infos .` locally I see: ``` ably-flutter % flutter analyze --no-pub --no-fatal-infos . Analyzing ably-flutter... info • Avoid relative imports for files in `lib/` • example/lib/encrypted_messaging_service.dart:9:8 • always_use_package_imports info • Prefer declaring const constructors on `@immutable` classes • example/lib/main.dart:22:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • example/lib/main.dart:22:3 • use_key_in_widget_constructors info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:24:8 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:47:3 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/nested_realtime_events.dart:48:8 • strict_raw_type info • Avoid relative imports for files in `lib/` • example/lib/push_notifications/push_notification_handlers.dart:6:8 • always_use_package_imports info • Private field could be final • example/lib/push_notifications/push_notification_handlers.dart:14:7 • prefer_final_fields info • Cascade consecutive method invocations on the same reference • example/lib/push_notifications/push_notification_handlers.dart:37:5 • cascade_invocations info • Private field could be final • example/lib/push_notifications/push_notification_service.dart:12:17 • prefer_final_fields info • Private field could be final • example/lib/push_notifications/push_notification_service.dart:13:13 • prefer_final_fields info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:14:25 • use_late_for_private_fields_and_variables info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:15:25 • use_late_for_private_fields_and_variables info • Use late for private members with non-nullable type • example/lib/push_notifications/push_notification_service.dart:16:21 • use_late_for_private_fields_and_variables info • Do not use environment declared variables • example/lib/ui/ably_service.dart:7:31 • do_not_use_environment info • Use key in widget constructors • example/lib/ui/bool_stream_button.dart:17:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/message_encryption/message_encryption_sliver.dart:4:8 • unnecessary_import info • Avoid relative imports for files in `lib/` • example/lib/ui/message_encryption/message_encryption_sliver.dart:7:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/message_encryption/message_encryption_sliver.dart:8:8 • always_use_package_imports info • Prefer int literals over double literals • example/lib/ui/message_encryption/message_encryption_sliver.dart:28:51 • prefer_int_literals info • Only reference in scope identifiers in doc comments • example/lib/ui/paginated_result_viewer.dart:6:48 • comment_references info • Only reference in scope identifiers in doc comments • example/lib/ui/paginated_result_viewer.dart:7:57 • comment_references info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: PaginatedResultViewer.firstPaginatedResult • example/lib/ui/paginated_result_viewer.dart:9:7 • must_be_immutable info • Use key in widget constructors • example/lib/ui/paginated_result_viewer.dart:17:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart' • example/lib/ui/push_notifications/push_notifications_activation_sliver.dart:9:8 • unnecessary_import info • Avoid positional boolean parameters • example/lib/ui/push_notifications/push_notifications_activation_sliver.dart:50:39 • avoid_positional_boolean_parameters info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_device_information.dart:4:8 • unnecessary_import info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_ios_permissions_sliver.dart:7:8 • unnecessary_import info • Use key in widget constructors • example/lib/ui/push_notifications/push_notifications_publishing_sliver.dart:10:3 • use_key_in_widget_constructors info • Unused import: 'dart:io' • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:1:8 • unused_import info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:5:8 • unnecessary_import info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:7:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:8:8 • always_use_package_imports info • Use key in widget constructors • example/lib/ui/push_notifications/push_notifications_received_sliver.dart:11:3 • use_key_in_widget_constructors info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/push_notifications/push_notifications_subscriptions_sliver.dart:7:8 • unnecessary_import info • Sort child properties last in widget instance creations • example/lib/ui/push_notifications/push_notifications_subscriptions_sliver.dart:136:9 • sort_child_properties_last info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:3:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:4:8 • always_use_package_imports info • Avoid relative imports for files in `lib/` • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:5:8 • always_use_package_imports info • Use key in widget constructors • example/lib/ui/push_notifications/push_realtime_client_received_sliver.dart:10:3 • use_key_in_widget_constructors info • Don't import implementation files from another package • example/lib/ui/realtime_presence_sliver.dart:3:8 • implementation_imports info • Unused import: 'package:ably_flutter/src/platform/src/realtime/realtime.dart' • example/lib/ui/realtime_presence_sliver.dart:3:8 • unused_import info • Sort directive sections alphabetically • example/lib/ui/realtime_presence_sliver.dart:6:1 • directives_ordering info • Don't import implementation files from another package • example/lib/ui/realtime_presence_sliver.dart:9:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/realtime_presence_sliver.dart:9:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: RealtimePresenceSliver._presenceDataIncrementer • example/lib/ui/realtime_presence_sliver.dart:12:7 • must_be_immutable info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:15:14 • strict_raw_type info • Use key in widget constructors • example/lib/ui/realtime_presence_sliver.dart:17:3 • use_key_in_widget_constructors info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:22:25 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:40:25 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_presence_sliver.dart:61:9 • strict_raw_type info • Don't import implementation files from another package • example/lib/ui/realtime_sliver.dart:11:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/realtime_sliver.dart:11:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: RealtimeSliver.typeCounter, RealtimeSliver.realtimePubCounter • example/lib/ui/realtime_sliver.dart:14:7 • must_be_immutable info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • example/lib/ui/realtime_sliver.dart:18:14 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>?' should have explicit type arguments but doesn't • example/lib/ui/realtime_sliver.dart:85:25 • strict_raw_type info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/rest_sliver.dart:5:8 • unnecessary_import info • The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • example/lib/ui/system_details_sliver.dart:4:8 • unnecessary_import info • Don't import implementation files from another package • example/lib/ui/system_details_sliver.dart:6:8 • implementation_imports info • The import of 'package:flutter/src/widgets/framework.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart' • example/lib/ui/system_details_sliver.dart:6:8 • unnecessary_import info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: SystemDetailsSliver.apiKey • example/lib/ui/system_details_sliver.dart:9:7 • must_be_immutable info • Use key in widget constructors • example/lib/ui/system_details_sliver.dart:12:3 • use_key_in_widget_constructors info • Prefer declaring const constructors on `@immutable` classes • example/lib/ui/text_row.dart:9:3 • prefer_const_constructors_in_immutables info • Use key in widget constructors • example/lib/ui/text_row.dart:9:3 • use_key_in_widget_constructors info • Document all public members • lib/src/authentication/src/token_params.dart:64:24 • public_member_api_docs info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/common/src/ably_base.dart:42:10 • strict_raw_type info • Only reference in scope identifiers in doc comments • lib/src/common/src/http_paginated_response.dart:13:25 • comment_references info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/common/src/http_paginated_response.dart:15:53 • strict_raw_type info • Document all public members • lib/src/crypto/src/crypto.dart:10:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:11:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:12:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:13:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:14:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:15:16 • public_member_api_docs info • Document all public members • lib/src/crypto/src/crypto.dart:16:16 • public_member_api_docs info • Type annotate public APIs • lib/src/crypto/src/crypto.dart:26:49 • type_annotate_public_apis info • Document all public members • lib/src/crypto/src/crypto.dart:42:15 • public_member_api_docs info • Type annotate public APIs • lib/src/crypto/src/crypto.dart:57:12 • type_annotate_public_apis info • Document all public members • lib/src/logging/src/log_level.dart:8:17 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:23 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:32 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:39 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:45 • public_member_api_docs info • Document all public members • lib/src/logging/src/log_level.dart:8:51 • public_member_api_docs info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/delta_extras.dart:16:23 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/message.dart:32:9 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:15:10 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:31:26 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/message/src/message_data.dart:35:26 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/message/src/presence_message.dart:28:9 • strict_raw_type info • Document all public members • lib/src/platform/src/background_android_isolate_platform.dart:48:14 • public_member_api_docs info • Type annotate public APIs • lib/src/platform/src/background_android_isolate_platform.dart:48:46 • type_annotate_public_apis info • Document all public members • lib/src/platform/src/cipher_params_native.dart:18:8 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:19:14 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:21:11 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:23:11 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:40:22 • public_member_api_docs info • Document all public members • lib/src/platform/src/cipher_params_native.dart:53:29 • public_member_api_docs info • The generic type '_CodecPair<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:49:17 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:56:22 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:76:22 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:101:42 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • lib/src/platform/src/codec.dart:264:11 • deprecated_member_use_from_same_package info • Only use double quotes for strings containing single quotes • lib/src/platform/src/codec.dart:382:27 • prefer_single_quotes info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:443:49 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:487:57 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:531:50 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:535:49 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • lib/src/platform/src/codec.dart:621:9 • deprecated_member_use_from_same_package info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:664:3 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:669:33 • strict_raw_type info • Omit type annotations for local variables • lib/src/platform/src/codec.dart:680:5 • omit_local_variable_types info • Prefer final for variable declarations if they are not reassigned • lib/src/platform/src/codec.dart:680:16 • prefer_final_locals info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:998:33 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1020:33 • strict_raw_type info • The generic type 'MessageData<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1028:3 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/codec.dart:1104:33 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/method_call_handler.dart:42:33 • strict_raw_type info • Avoid escaping inner quotes by converting surrounding quotes • lib/src/platform/src/method_call_handler.dart:46:27 • avoid_escaping_inner_quotes info • The generic type 'AblyMessage<dynamic>?' should have explicit type arguments but doesn't • lib/src/platform/src/method_call_handler.dart:53:42 • strict_raw_type info • Avoid escaping inner quotes by converting surrounding quotes • lib/src/platform/src/method_call_handler.dart:57:27 • avoid_escaping_inner_quotes info • Avoid using braces in interpolation when not needed • lib/src/platform/src/method_call_handler.dart:58:66 • unnecessary_brace_in_string_interps info • Document all public members • lib/src/platform/src/method_call_handler.dart:91:19 • public_member_api_docs info • Document all public members • lib/src/platform/src/method_call_handler.dart:96:19 • public_member_api_docs info • The getter doesn't override an inherited getter • lib/src/platform/src/paginated_result.dart:27:15 • override_on_non_overriding_member info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:42:47 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:56:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:58:37 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:67:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/paginated_result.dart:69:37 • strict_raw_type info • Document all public members • lib/src/platform/src/platform.dart:7:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/platform.dart:36:14 • public_member_api_docs info • Document all public members • lib/src/platform/src/platform.dart:61:13 • public_member_api_docs info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/platform_object.dart:4:8 • unused_import info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:5:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:6:32 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:7:32 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_activation_events_native.dart:9:31 • public_member_api_docs info • The declaration '_close' isn't referenced • lib/src/platform/src/push_activation_events_native.dart:21:8 • unused_element info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/push_channel_native.dart:62:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/push_channel_native.dart:68:39 • strict_raw_type info • Document all public members • lib/src/platform/src/push_native.dart:8:31 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_native.dart:9:33 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:8:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:9:17 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:11:7 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:12:35 • public_member_api_docs info • Document all public members • lib/src/platform/src/push_notification_events_native.dart:79:8 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/connection.dart:63:33 • public_member_api_docs info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:25:50 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:45:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/presence.dart:53:37 • strict_raw_type info • Only reference in scope identifiers in doc comments • lib/src/platform/src/realtime/presence.dart:127:19 • comment_references info • Sort directive sections alphabetically • lib/src/platform/src/realtime/realtime.dart:3:1 • directives_ordering info • The getter doesn't override an inherited getter • lib/src/platform/src/realtime/realtime.dart:58:18 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:61:9 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:61:9 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:64:17 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:64:17 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:67:13 • public_member_api_docs info • The field doesn't override an inherited getter or setter • lib/src/platform/src/realtime/realtime.dart:67:13 • override_on_non_overriding_member info • Only reference in scope identifiers in doc comments • lib/src/platform/src/realtime/realtime.dart:71:22 • comment_references info • The getter doesn't override an inherited getter • lib/src/platform/src/realtime/realtime.dart:75:24 • override_on_non_overriding_member info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:79:16 • override_on_non_overriding_member info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:83:16 • override_on_non_overriding_member info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime.dart:88:10 • strict_raw_type info • Document all public members • lib/src/platform/src/realtime/realtime.dart:88:33 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:88:33 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:99:34 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:99:34 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:104:20 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:104:20 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime.dart:109:23 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime.dart:109:23 • override_on_non_overriding_member info • Unused import: 'dart:collection' • lib/src/platform/src/realtime/realtime_channel.dart:2:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/realtime/realtime_channel.dart:6:8 • unused_import info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:14:18 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:16:16 • public_member_api_docs info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime_channel.dart:45:36 • override_on_non_overriding_member info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime_channel.dart:49:29 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/realtime/realtime_channel.dart:54:37 • strict_raw_type info • The method doesn't override an inherited method • lib/src/platform/src/realtime/realtime_channel.dart:62:16 • override_on_non_overriding_member info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:97:16 • public_member_api_docs info • Document all public members • lib/src/platform/src/realtime/realtime_channel.dart:123:30 • public_member_api_docs info • The generic type 'HttpPaginatedResponse<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest.dart:46:10 • strict_raw_type info • Unused import: 'dart:collection' • lib/src/platform/src/rest/rest_channel.dart:2:8 • unused_import info • Unused import: 'package:flutter/services.dart' • lib/src/platform/src/rest/rest_channel.dart:6:8 • unused_import info • Document all public members • lib/src/platform/src/rest/rest_channel.dart:34:20 • public_member_api_docs info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_channel.dart:48:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_channel.dart:56:37 • strict_raw_type info • Unnecessary cast • lib/src/platform/src/rest/rest_presence.dart:15:44 • unnecessary_cast info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:23:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:31:37 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:41:41 • strict_raw_type info • The generic type 'PaginatedResult<dynamic>' should have explicit type arguments but doesn't • lib/src/platform/src/rest/rest_presence.dart:49:37 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • lib/src/push_notifications/src/admin/push_admin.dart:19:56 • strict_raw_type info • Document all public members • lib/src/push_notifications/src/device_details.dart:40:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/device_push_details.dart:23:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:15:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:16:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:17:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:18:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:19:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:21 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:27 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:25:35 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:30 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:44 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:30:54 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:30 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:38 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:35:57 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:42:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:43:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:44:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:45:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:46:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:47:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:48:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:49:16 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:50:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:51:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:52:8 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/ios_notification_settings.dart:53:25 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/local_device.dart:18:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:3:7 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:4:10 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:5:11 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:7:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/notification.dart:9:24 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/push_channel_subscription.dart:21:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/push_notification_events.dart:5:1 • public_member_api_docs info • Only reference in scope identifiers in doc comments • lib/src/push_notifications/src/push_notification_events.dart:24:20 • comment_references info • Only reference in scope identifiers in doc comments • lib/src/push_notifications/src/push_notification_events.dart:36:18 • comment_references info • Document all public members • lib/src/push_notifications/src/remote_message.dart:4:7 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:5:29 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:6:17 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:8:3 • public_member_api_docs info • Document all public members • lib/src/push_notifications/src/remote_message.dart:16:25 • public_member_api_docs info • Don't override fields • lib/src/realtime/src/realtime_channel_options.dart:9:23 • overridden_fields info • Type annotate public APIs • lib/src/realtime/src/realtime_channel_options.dart:20:55 • type_annotate_public_apis info • Type annotate public APIs • lib/src/rest/src/rest_channel_options.dart:12:51 • type_annotate_public_apis info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • test/ably_event_listener_test.dart:52:5 • strict_raw_type info • The generic type 'StreamSubscription<dynamic>' should have explicit type arguments but doesn't • test/ably_event_listener_test.dart:53:10 • strict_raw_type info • The generic type 'AblyMessage<dynamic>?' should have explicit type arguments but doesn't • test/mock_method_call_manager.dart:11:26 • strict_raw_type info • The generic type 'AblyMessage<dynamic>' should have explicit type arguments but doesn't • test/mock_method_call_manager.dart:12:30 • strict_raw_type info • 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this • test/models/client_options.dart:31:26 • deprecated_member_use_from_same_package info • The import of 'dart:async' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_test/flutter_test.dart' • test/realtime/channel_test.dart:1:8 • unnecessary_import info • Unused import: 'package:fake_async/fake_async.dart' • test/realtime/channel_test.dart:5:8 • unused_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:40:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:68:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:103:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:129:58 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/realtime/channel_test.dart:138:58 • strict_raw_type info • The import of 'dart:async' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_test/flutter_test.dart' • test/rest/channel_test.dart:1:8 • unnecessary_import info • Unused import: 'package:fake_async/fake_async.dart' • test/rest/channel_test.dart:5:8 • unused_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:38:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:65:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:101:57 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:127:58 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test/rest/channel_test.dart:136:58 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/driver_data_handler.dart:36:39 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/driver_data_handler.dart:71:47 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:23:30 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:44:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:46:15 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/provisioning.dart:66:15 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/test/rest/rest_capability_test.dart:13:35 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/lib/test/rest/rest_capability_test.dart:34:19 • strict_raw_type info • The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • test_integration/lib/test_dispatcher.dart:9:8 • unnecessary_import info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:6 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:26 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/lib/utils/data.dart:45:49 • strict_raw_type info • Cascade consecutive method invocations on the same reference • test_integration/test_driver/runner.dart:10:3 • cascade_invocations info • Unnecessary type check; the result is always 'true' • test_integration/test_driver/runner.dart:35:14 • unnecessary_type_check info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/basic_platform_tests.dart:40:10 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/realtime_tests.dart:299:44 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/realtime_tests.dart:465:5 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:22:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:23:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:24:8 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:25:8 • strict_raw_type info • Only use double quotes for strings containing single quotes • test_integration/test_driver/test_implementation/rest_tests.dart:81:13 • prefer_single_quotes info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:100:51 • strict_raw_type info • The generic type 'List<dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/rest_tests.dart:197:44 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:97:21 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:97:28 • strict_raw_type info • The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't • test_integration/test_driver/test_implementation/utils.dart:106:25 • strict_raw_type 288 issues found. (ran in 16.4s) ```
non_infrastructure
remove no fatal infos argument from the flutter analyze invocation in the check workflow there are a lot of info level messages they should be addressed or ignored in a targeted manner when i run flutter analyze no pub no fatal infos locally i see ably flutter flutter analyze no pub no fatal infos analyzing ably flutter info • avoid relative imports for files in lib • example lib encrypted messaging service dart • always use package imports info • prefer declaring const constructors on immutable classes • example lib main dart • prefer const constructors in immutables info • use key in widget constructors • example lib main dart • use key in widget constructors info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib nested realtime events dart • strict raw type info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib nested realtime events dart • strict raw type info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib nested realtime events dart • strict raw type info • avoid relative imports for files in lib • example lib push notifications push notification handlers dart • always use package imports info • private field could be final • example lib push notifications push notification handlers dart • prefer final fields info • cascade consecutive method invocations on the same reference • example lib push notifications push notification handlers dart • cascade invocations info • private field could be final • example lib push notifications push notification service dart • prefer final fields info • private field could be final • example lib push notifications push notification service dart • prefer final fields info • use late for private members with non nullable type • example lib push notifications push notification service dart • use late for private fields and variables info • use late for private members with non nullable type • example lib push notifications push notification service dart • use late for private fields and variables info • use late for private members with non nullable type • example lib push notifications push notification service dart • use late for private fields and variables info • do not use environment declared variables • example lib ui ably service dart • do not use environment info • use key in widget constructors • example lib ui bool stream button dart • use key in widget constructors info • the import of package flutter widgets dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui message encryption message encryption sliver dart • unnecessary import info • avoid relative imports for files in lib • example lib ui message encryption message encryption sliver dart • always use package imports info • avoid relative imports for files in lib • example lib ui message encryption message encryption sliver dart • always use package imports info • prefer int literals over double literals • example lib ui message encryption message encryption sliver dart • prefer int literals info • only reference in scope identifiers in doc comments • example lib ui paginated result viewer dart • comment references info • only reference in scope identifiers in doc comments • example lib ui paginated result viewer dart • comment references info • this class or a class that this class inherits from is marked as immutable but one or more of its instance fields aren t final paginatedresultviewer firstpaginatedresult • example lib ui paginated result viewer dart • must be immutable info • use key in widget constructors • example lib ui paginated result viewer dart • use key in widget constructors info • the import of package flutter widgets dart is unnecessary because all of the used elements are also provided by the import of package flutter cupertino dart • example lib ui push notifications push notifications activation sliver dart • unnecessary import info • avoid positional boolean parameters • example lib ui push notifications push notifications activation sliver dart • avoid positional boolean parameters info • the import of package flutter cupertino dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui push notifications push notifications device information dart • unnecessary import info • the import of package flutter cupertino dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui push notifications push notifications ios permissions sliver dart • unnecessary import info • use key in widget constructors • example lib ui push notifications push notifications publishing sliver dart • use key in widget constructors info • unused import dart io • example lib ui push notifications push notifications received sliver dart • unused import info • the import of package flutter widgets dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui push notifications push notifications received sliver dart • unnecessary import info • avoid relative imports for files in lib • example lib ui push notifications push notifications received sliver dart • always use package imports info • avoid relative imports for files in lib • example lib ui push notifications push notifications received sliver dart • always use package imports info • use key in widget constructors • example lib ui push notifications push notifications received sliver dart • use key in widget constructors info • the import of package flutter widgets dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui push notifications push notifications subscriptions sliver dart • unnecessary import info • sort child properties last in widget instance creations • example lib ui push notifications push notifications subscriptions sliver dart • sort child properties last info • avoid relative imports for files in lib • example lib ui push notifications push realtime client received sliver dart • always use package imports info • avoid relative imports for files in lib • example lib ui push notifications push realtime client received sliver dart • always use package imports info • avoid relative imports for files in lib • example lib ui push notifications push realtime client received sliver dart • always use package imports info • use key in widget constructors • example lib ui push notifications push realtime client received sliver dart • use key in widget constructors info • don t import implementation files from another package • example lib ui realtime presence sliver dart • implementation imports info • unused import package ably flutter src platform src realtime realtime dart • example lib ui realtime presence sliver dart • unused import info • sort directive sections alphabetically • example lib ui realtime presence sliver dart • directives ordering info • don t import implementation files from another package • example lib ui realtime presence sliver dart • implementation imports info • the import of package flutter src widgets framework dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui realtime presence sliver dart • unnecessary import info • this class or a class that this class inherits from is marked as immutable but one or more of its instance fields aren t final realtimepresencesliver presencedataincrementer • example lib ui realtime presence sliver dart • must be immutable info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib ui realtime presence sliver dart • strict raw type info • use key in widget constructors • example lib ui realtime presence sliver dart • use key in widget constructors info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib ui realtime presence sliver dart • strict raw type info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib ui realtime presence sliver dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • example lib ui realtime presence sliver dart • strict raw type info • don t import implementation files from another package • example lib ui realtime sliver dart • implementation imports info • the import of package flutter src widgets framework dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui realtime sliver dart • unnecessary import info • this class or a class that this class inherits from is marked as immutable but one or more of its instance fields aren t final realtimesliver typecounter realtimesliver realtimepubcounter • example lib ui realtime sliver dart • must be immutable info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib ui realtime sliver dart • strict raw type info • the generic type streamsubscription should have explicit type arguments but doesn t • example lib ui realtime sliver dart • strict raw type info • the import of package flutter cupertino dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui rest sliver dart • unnecessary import info • the import of package flutter cupertino dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • example lib ui system details sliver dart • unnecessary import info • don t import implementation files from another package • example lib ui system details sliver dart • implementation imports info • the import of package flutter src widgets framework dart is unnecessary because all of the used elements are also provided by the import of package flutter cupertino dart • example lib ui system details sliver dart • unnecessary import info • this class or a class that this class inherits from is marked as immutable but one or more of its instance fields aren t final systemdetailssliver apikey • example lib ui system details sliver dart • must be immutable info • use key in widget constructors • example lib ui system details sliver dart • use key in widget constructors info • prefer declaring const constructors on immutable classes • example lib ui text row dart • prefer const constructors in immutables info • use key in widget constructors • example lib ui text row dart • use key in widget constructors info • document all public members • lib src authentication src token params dart • public member api docs info • the generic type httppaginatedresponse should have explicit type arguments but doesn t • lib src common src ably base dart • strict raw type info • only reference in scope identifiers in doc comments • lib src common src http paginated response dart • comment references info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src common src http paginated response dart • strict raw type info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • document all public members • lib src crypto src crypto dart • public member api docs info • type annotate public apis • lib src crypto src crypto dart • type annotate public apis info • document all public members • lib src crypto src crypto dart • public member api docs info • type annotate public apis • lib src crypto src crypto dart • type annotate public apis info • document all public members • lib src logging src log level dart • public member api docs info • document all public members • lib src logging src log level dart • public member api docs info • document all public members • lib src logging src log level dart • public member api docs info • document all public members • lib src logging src log level dart • public member api docs info • document all public members • lib src logging src log level dart • public member api docs info • document all public members • lib src logging src log level dart • public member api docs info • the generic type map should have explicit type arguments but doesn t • lib src message src delta extras dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src message src message dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src message src message data dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src message src message data dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • lib src message src message data dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src message src presence message dart • strict raw type info • document all public members • lib src platform src background android isolate platform dart • public member api docs info • type annotate public apis • lib src platform src background android isolate platform dart • type annotate public apis info • document all public members • lib src platform src cipher params native dart • public member api docs info • document all public members • lib src platform src cipher params native dart • public member api docs info • document all public members • lib src platform src cipher params native dart • public member api docs info • document all public members • lib src platform src cipher params native dart • public member api docs info • document all public members • lib src platform src cipher params native dart • public member api docs info • document all public members • lib src platform src cipher params native dart • public member api docs info • the generic type codecpair should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • fallbackhostsusedefault is deprecated and shouldn t be used no alternative to this • lib src platform src codec dart • deprecated member use from same package info • only use double quotes for strings containing single quotes • lib src platform src codec dart • prefer single quotes info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • fallbackhostsusedefault is deprecated and shouldn t be used no alternative to this • lib src platform src codec dart • deprecated member use from same package info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • omit type annotations for local variables • lib src platform src codec dart • omit local variable types info • prefer final for variable declarations if they are not reassigned • lib src platform src codec dart • prefer final locals info • the generic type map should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type messagedata should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • lib src platform src codec dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src method call handler dart • strict raw type info • avoid escaping inner quotes by converting surrounding quotes • lib src platform src method call handler dart • avoid escaping inner quotes info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src method call handler dart • strict raw type info • avoid escaping inner quotes by converting surrounding quotes • lib src platform src method call handler dart • avoid escaping inner quotes info • avoid using braces in interpolation when not needed • lib src platform src method call handler dart • unnecessary brace in string interps info • document all public members • lib src platform src method call handler dart • public member api docs info • document all public members • lib src platform src method call handler dart • public member api docs info • the getter doesn t override an inherited getter • lib src platform src paginated result dart • override on non overriding member info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src paginated result dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src paginated result dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src paginated result dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src paginated result dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src paginated result dart • strict raw type info • document all public members • lib src platform src platform dart • public member api docs info • document all public members • lib src platform src platform dart • public member api docs info • document all public members • lib src platform src platform dart • public member api docs info • unused import package flutter services dart • lib src platform src platform object dart • unused import info • document all public members • lib src platform src push activation events native dart • public member api docs info • document all public members • lib src platform src push activation events native dart • public member api docs info • document all public members • lib src platform src push activation events native dart • public member api docs info • document all public members • lib src platform src push activation events native dart • public member api docs info • the declaration close isn t referenced • lib src platform src push activation events native dart • unused element info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src push channel native dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src push channel native dart • strict raw type info • document all public members • lib src platform src push native dart • public member api docs info • document all public members • lib src platform src push native dart • public member api docs info • document all public members • lib src platform src push notification events native dart • public member api docs info • document all public members • lib src platform src push notification events native dart • public member api docs info • document all public members • lib src platform src push notification events native dart • public member api docs info • document all public members • lib src platform src push notification events native dart • public member api docs info • document all public members • lib src platform src push notification events native dart • public member api docs info • document all public members • lib src platform src realtime connection dart • public member api docs info • the generic type list should have explicit type arguments but doesn t • lib src platform src realtime presence dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src realtime presence dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src realtime presence dart • strict raw type info • only reference in scope identifiers in doc comments • lib src platform src realtime presence dart • comment references info • sort directive sections alphabetically • lib src platform src realtime realtime dart • directives ordering info • the getter doesn t override an inherited getter • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the field doesn t override an inherited getter or setter • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the field doesn t override an inherited getter or setter • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the field doesn t override an inherited getter or setter • lib src platform src realtime realtime dart • override on non overriding member info • only reference in scope identifiers in doc comments • lib src platform src realtime realtime dart • comment references info • the getter doesn t override an inherited getter • lib src platform src realtime realtime dart • override on non overriding member info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • the generic type httppaginatedresponse should have explicit type arguments but doesn t • lib src platform src realtime realtime dart • strict raw type info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • document all public members • lib src platform src realtime realtime dart • public member api docs info • the method doesn t override an inherited method • lib src platform src realtime realtime dart • override on non overriding member info • unused import dart collection • lib src platform src realtime realtime channel dart • unused import info • unused import package flutter services dart • lib src platform src realtime realtime channel dart • unused import info • document all public members • lib src platform src realtime realtime channel dart • public member api docs info • document all public members • lib src platform src realtime realtime channel dart • public member api docs info • the method doesn t override an inherited method • lib src platform src realtime realtime channel dart • override on non overriding member info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src realtime realtime channel dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src realtime realtime channel dart • strict raw type info • the method doesn t override an inherited method • lib src platform src realtime realtime channel dart • override on non overriding member info • document all public members • lib src platform src realtime realtime channel dart • public member api docs info • document all public members • lib src platform src realtime realtime channel dart • public member api docs info • the generic type httppaginatedresponse should have explicit type arguments but doesn t • lib src platform src rest rest dart • strict raw type info • unused import dart collection • lib src platform src rest rest channel dart • unused import info • unused import package flutter services dart • lib src platform src rest rest channel dart • unused import info • document all public members • lib src platform src rest rest channel dart • public member api docs info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src rest rest channel dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src rest rest channel dart • strict raw type info • unnecessary cast • lib src platform src rest rest presence dart • unnecessary cast info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src rest rest presence dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src rest rest presence dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • lib src platform src rest rest presence dart • strict raw type info • the generic type paginatedresult should have explicit type arguments but doesn t • lib src platform src rest rest presence dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • lib src push notifications src admin push admin dart • strict raw type info • document all public members • lib src push notifications src device details dart • public member api docs info • document all public members • lib src push notifications src device push details dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src ios notification settings dart • public member api docs info • document all public members • lib src push notifications src local device dart • public member api docs info • document all public members • lib src push notifications src notification dart • public member api docs info • document all public members • lib src push notifications src notification dart • public member api docs info • document all public members • lib src push notifications src notification dart • public member api docs info • document all public members • lib src push notifications src notification dart • public member api docs info • document all public members • lib src push notifications src notification dart • public member api docs info • document all public members • lib src push notifications src push channel subscription dart • public member api docs info • document all public members • lib src push notifications src push notification events dart • public member api docs info • only reference in scope identifiers in doc comments • lib src push notifications src push notification events dart • comment references info • only reference in scope identifiers in doc comments • lib src push notifications src push notification events dart • comment references info • document all public members • lib src push notifications src remote message dart • public member api docs info • document all public members • lib src push notifications src remote message dart • public member api docs info • document all public members • lib src push notifications src remote message dart • public member api docs info • document all public members • lib src push notifications src remote message dart • public member api docs info • document all public members • lib src push notifications src remote message dart • public member api docs info • don t override fields • lib src realtime src realtime channel options dart • overridden fields info • type annotate public apis • lib src realtime src realtime channel options dart • type annotate public apis info • type annotate public apis • lib src rest src rest channel options dart • type annotate public apis info • the generic type streamsubscription should have explicit type arguments but doesn t • test ably event listener test dart • strict raw type info • the generic type streamsubscription should have explicit type arguments but doesn t • test ably event listener test dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • test mock method call manager dart • strict raw type info • the generic type ablymessage should have explicit type arguments but doesn t • test mock method call manager dart • strict raw type info • fallbackhostsusedefault is deprecated and shouldn t be used no alternative to this • test models client options dart • deprecated member use from same package info • the import of dart async is unnecessary because all of the used elements are also provided by the import of package flutter test flutter test dart • test realtime channel test dart • unnecessary import info • unused import package fake async fake async dart • test realtime channel test dart • unused import info • the generic type list should have explicit type arguments but doesn t • test realtime channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test realtime channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test realtime channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test realtime channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test realtime channel test dart • strict raw type info • the import of dart async is unnecessary because all of the used elements are also provided by the import of package flutter test flutter test dart • test rest channel test dart • unnecessary import info • unused import package fake async fake async dart • test rest channel test dart • unused import info • the generic type list should have explicit type arguments but doesn t • test rest channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test rest channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test rest channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test rest channel test dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test rest channel test dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration lib driver data handler dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration lib driver data handler dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib provisioning dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration lib provisioning dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib provisioning dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib provisioning dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib test rest rest capability test dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration lib test rest rest capability test dart • strict raw type info • the import of package flutter widgets dart is unnecessary because all of the used elements are also provided by the import of package flutter material dart • test integration lib test dispatcher dart • unnecessary import info • the generic type list should have explicit type arguments but doesn t • test integration lib utils data dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib utils data dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration lib utils data dart • strict raw type info • cascade consecutive method invocations on the same reference • test integration test driver runner dart • cascade invocations info • unnecessary type check the result is always true • test integration test driver runner dart • unnecessary type check info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation basic platform tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation realtime tests dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation realtime tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • only use double quotes for strings containing single quotes • test integration test driver test implementation rest tests dart • prefer single quotes info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • the generic type list should have explicit type arguments but doesn t • test integration test driver test implementation rest tests dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation utils dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation utils dart • strict raw type info • the generic type map should have explicit type arguments but doesn t • test integration test driver test implementation utils dart • strict raw type issues found ran in
0
7,416
6,952,693,781
IssuesEvent
2017-12-06 18:20:12
Microsoft/visualfsharp
https://api.github.com/repos/Microsoft/visualfsharp
closed
VF# solution doesn't load
Area-Infrastructure Urgency-Now
@brettfo It looks like the xliff merge is the root cause: ![fail](https://user-images.githubusercontent.com/6309070/33676920-eb2da86e-da6b-11e7-892e-6f96b22b5889.PNG) And this is latest master: ``` commit bc9f2a16183285e6c7aef3c5e91d8155bc474127 (HEAD -> master, upstream/master, origin/master, origin/HEAD) Merge: cf48f76a 76e1d09f Author: Brett V. Forsgren <brettfo@microsoft.com> Date: Tue Dec 5 10:37:50 2017 -0800 Merge pull request #4051 from brettfo/publish-branches change nightly publishing branches to be from GitHub ``` When doing these sorts of infra merges, can we make sure the solution loads/builds in VS prior to a merge?
1.0
VF# solution doesn't load - @brettfo It looks like the xliff merge is the root cause: ![fail](https://user-images.githubusercontent.com/6309070/33676920-eb2da86e-da6b-11e7-892e-6f96b22b5889.PNG) And this is latest master: ``` commit bc9f2a16183285e6c7aef3c5e91d8155bc474127 (HEAD -> master, upstream/master, origin/master, origin/HEAD) Merge: cf48f76a 76e1d09f Author: Brett V. Forsgren <brettfo@microsoft.com> Date: Tue Dec 5 10:37:50 2017 -0800 Merge pull request #4051 from brettfo/publish-branches change nightly publishing branches to be from GitHub ``` When doing these sorts of infra merges, can we make sure the solution loads/builds in VS prior to a merge?
infrastructure
vf solution doesn t load brettfo it looks like the xliff merge is the root cause and this is latest master commit head master upstream master origin master origin head merge author brett v forsgren date tue dec merge pull request from brettfo publish branches change nightly publishing branches to be from github when doing these sorts of infra merges can we make sure the solution loads builds in vs prior to a merge
1
30,050
5,722,779,784
IssuesEvent
2017-04-20 10:21:13
kuzzleio/kuzzle-common-objects
https://api.github.com/repos/kuzzleio/kuzzle-common-objects
closed
Fail to use getHeaders on request.response from Pipe
need-documentation
I used these events : - request:onSuccess - request:onError - request:onUnauthorized that I linked to a specific function that handle HTTP headers. I try to read the headers that are in the response with the function that is specified in the documentation : https://github.com/kuzzleio/kuzzle-common-objects#getheaders ``` this.outputRequestSetHeaders = function(request, callback) { console.log(request.response.getHeaders()); return callback(null, request); }; ``` And I have the following error in pm2 logs : ``` TypeError: request.response.getHeaders is not a function ``` Looking at : https://github.com/kuzzleio/kuzzle-common-objects/blob/master/lib/models/requestResponse.js There is no getHeaders function
1.0
Fail to use getHeaders on request.response from Pipe - I used these events : - request:onSuccess - request:onError - request:onUnauthorized that I linked to a specific function that handle HTTP headers. I try to read the headers that are in the response with the function that is specified in the documentation : https://github.com/kuzzleio/kuzzle-common-objects#getheaders ``` this.outputRequestSetHeaders = function(request, callback) { console.log(request.response.getHeaders()); return callback(null, request); }; ``` And I have the following error in pm2 logs : ``` TypeError: request.response.getHeaders is not a function ``` Looking at : https://github.com/kuzzleio/kuzzle-common-objects/blob/master/lib/models/requestResponse.js There is no getHeaders function
non_infrastructure
fail to use getheaders on request response from pipe i used these events request onsuccess request onerror request onunauthorized that i linked to a specific function that handle http headers i try to read the headers that are in the response with the function that is specified in the documentation this outputrequestsetheaders function request callback console log request response getheaders return callback null request and i have the following error in logs typeerror request response getheaders is not a function looking at there is no getheaders function
0
82,472
15,646,569,927
IssuesEvent
2021-03-23 01:13:56
AlexRogalskiy/github-action-tag-replacer
https://api.github.com/repos/AlexRogalskiy/github-action-tag-replacer
opened
CVE-2020-11022 (Medium) detected in jquery-1.8.1.min.js
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: github-action-tag-replacer/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: github-action-tag-replacer/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-11022 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: github-action-tag-replacer/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: github-action-tag-replacer/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_infrastructure
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file github action tag replacer node modules redeyed examples browser index html path to vulnerable library github action tag replacer node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
0
7,256
6,847,305,692
IssuesEvent
2017-11-13 15:03:25
LibreTime/libretime
https://api.github.com/repos/LibreTime/libretime
opened
Add Ubuntu-Stretch To vagrant setup
infrastructure
Our vagrant setup isn't configured to support debian stretch yet. Considering this is the current release for Debian then we should add this configuration to our options.
1.0
Add Ubuntu-Stretch To vagrant setup - Our vagrant setup isn't configured to support debian stretch yet. Considering this is the current release for Debian then we should add this configuration to our options.
infrastructure
add ubuntu stretch to vagrant setup our vagrant setup isn t configured to support debian stretch yet considering this is the current release for debian then we should add this configuration to our options
1
24,170
16,986,613,555
IssuesEvent
2021-06-30 15:02:28
celo-org/celo-blockchain
https://api.github.com/repos/celo-org/celo-blockchain
closed
Shutting down blockchain VMs (old forno and archive nodes for baklava and mainnet). Move archive nodes to K8s
blockchain current-sprint theme: infrastructure
Currently we have to forno setups, which duplicates management and potentially costs. Legacy forno (https://rc1-forno.celo-testnet.org/) based on VMs is still getting a considerable number of requests. ![image.png](https://images.zenhubusercontent.com/5f8966b3d02250af28330897/3b2bccbc-d483-4156-ada0-061412e3cbce) We should consider if we should route this traffic to the new forno, or we prefer to maintain current setup.
1.0
Shutting down blockchain VMs (old forno and archive nodes for baklava and mainnet). Move archive nodes to K8s - Currently we have to forno setups, which duplicates management and potentially costs. Legacy forno (https://rc1-forno.celo-testnet.org/) based on VMs is still getting a considerable number of requests. ![image.png](https://images.zenhubusercontent.com/5f8966b3d02250af28330897/3b2bccbc-d483-4156-ada0-061412e3cbce) We should consider if we should route this traffic to the new forno, or we prefer to maintain current setup.
infrastructure
shutting down blockchain vms old forno and archive nodes for baklava and mainnet move archive nodes to currently we have to forno setups which duplicates management and potentially costs legacy forno based on vms is still getting a considerable number of requests we should consider if we should route this traffic to the new forno or we prefer to maintain current setup
1
7,427
6,955,353,650
IssuesEvent
2017-12-07 07:12:31
Daniel-Mietchen/ideas
https://api.github.com/repos/Daniel-Mietchen/ideas
opened
Look into FOX: Federated knOwledge eXtraction Framework
data mining infrastructure tools workflows
as per http://aksw.org/Projects/FOX.html > "FOX is a framework for RDF extraction from text based on Ensemble Learning. It makes use of the diversity of NLP algorithms to extract entities with a high precision and a high recall. Moreover, it provides functionality for Keyword Extraction and Relation Extraction." Came up at https://github.com/Daniel-Mietchen/events/issues/220 .
1.0
Look into FOX: Federated knOwledge eXtraction Framework - as per http://aksw.org/Projects/FOX.html > "FOX is a framework for RDF extraction from text based on Ensemble Learning. It makes use of the diversity of NLP algorithms to extract entities with a high precision and a high recall. Moreover, it provides functionality for Keyword Extraction and Relation Extraction." Came up at https://github.com/Daniel-Mietchen/events/issues/220 .
infrastructure
look into fox federated knowledge extraction framework as per fox is a framework for rdf extraction from text based on ensemble learning it makes use of the diversity of nlp algorithms to extract entities with a high precision and a high recall moreover it provides functionality for keyword extraction and relation extraction came up at
1
803,412
29,176,308,202
IssuesEvent
2023-05-19 08:12:59
WFP-VAM/dmp
https://api.github.com/repos/WFP-VAM/dmp
closed
Form data is not aggregating correctly in reports
bug priority: high
After making a few edits to two forms I tested today on staging, the results were not aggregating properly. Both reports are for the same day and location, and both are in 'approved' status. Form 1: <img width="1850" alt="Screenshot 2023-05-11 at 18 08 38" src="https://github.com/WFP-VAM/dmp/assets/3343536/fef9839f-ad38-4650-be90-ad6ea2422bdb"> Form 2: <img width="1849" alt="Screenshot 2023-05-11 at 18 08 30" src="https://github.com/WFP-VAM/dmp/assets/3343536/2d38f958-19de-4c05-9480-4656a71435f7"> Report: <img width="1844" alt="Screenshot 2023-05-11 at 18 26 21" src="https://github.com/WFP-VAM/dmp/assets/3343536/c022ce0c-533a-4985-b533-24f20e4acc76">
1.0
Form data is not aggregating correctly in reports - After making a few edits to two forms I tested today on staging, the results were not aggregating properly. Both reports are for the same day and location, and both are in 'approved' status. Form 1: <img width="1850" alt="Screenshot 2023-05-11 at 18 08 38" src="https://github.com/WFP-VAM/dmp/assets/3343536/fef9839f-ad38-4650-be90-ad6ea2422bdb"> Form 2: <img width="1849" alt="Screenshot 2023-05-11 at 18 08 30" src="https://github.com/WFP-VAM/dmp/assets/3343536/2d38f958-19de-4c05-9480-4656a71435f7"> Report: <img width="1844" alt="Screenshot 2023-05-11 at 18 26 21" src="https://github.com/WFP-VAM/dmp/assets/3343536/c022ce0c-533a-4985-b533-24f20e4acc76">
non_infrastructure
form data is not aggregating correctly in reports after making a few edits to two forms i tested today on staging the results were not aggregating properly both reports are for the same day and location and both are in approved status form img width alt screenshot at src form img width alt screenshot at src report img width alt screenshot at src
0
24,440
17,267,683,779
IssuesEvent
2021-07-22 15:33:36
blockframes/blockframes
https://api.github.com/repos/blockframes/blockframes
closed
Firestore Rules - Incomes Bug
Bug Dev - Sanity Team Infrastructure
When querying a single income like that, everything works fine. ```TypeScript const ref = db.collection('incomes').doc(incomeId); // OK ``` But when you query multiple income like this, we get a permission error. ```TypeScript const ref = db.collection('incomes').where('offerId', '==', offerId); // Permission denied ``` After some quick investigation the data seems to be ok, and the problem seems to come from this line in the `firestore.rules` ``` match /incomes/{incomeId} { allow read: if userOrgId() in getContract(incomeId).stakeholders // <-- this line seems to cause the bug (line 372) ```
1.0
Firestore Rules - Incomes Bug - When querying a single income like that, everything works fine. ```TypeScript const ref = db.collection('incomes').doc(incomeId); // OK ``` But when you query multiple income like this, we get a permission error. ```TypeScript const ref = db.collection('incomes').where('offerId', '==', offerId); // Permission denied ``` After some quick investigation the data seems to be ok, and the problem seems to come from this line in the `firestore.rules` ``` match /incomes/{incomeId} { allow read: if userOrgId() in getContract(incomeId).stakeholders // <-- this line seems to cause the bug (line 372) ```
infrastructure
firestore rules incomes bug when querying a single income like that everything works fine typescript const ref db collection incomes doc incomeid ok but when you query multiple income like this we get a permission error typescript const ref db collection incomes where offerid offerid permission denied after some quick investigation the data seems to be ok and the problem seems to come from this line in the firestore rules match incomes incomeid allow read if userorgid in getcontract incomeid stakeholders this line seems to cause the bug line
1
10,657
8,665,641,930
IssuesEvent
2018-11-29 00:14:29
Charcoal-SE/metasmoke
https://api.github.com/repos/Charcoal-SE/metasmoke
closed
Token-storing off-server magic vault thing
area: infrastructure type: feature request
Details to come. @Undo1 write some stuff here in the morning.
1.0
Token-storing off-server magic vault thing - Details to come. @Undo1 write some stuff here in the morning.
infrastructure
token storing off server magic vault thing details to come write some stuff here in the morning
1
13,808
10,473,084,008
IssuesEvent
2019-09-23 11:48:54
stylelint/stylelint
https://api.github.com/repos/stylelint/stylelint
closed
Ghost Travis and Appveyor in new PRs
type: infrastructure
Something strange happening. When we were setting up Github Actions, I revoke access to this repo for both Travis and Appveyor. Now I see Github still wants their statuses, while both CIs doesn't run build anymore. Affected PR: https://github.com/stylelint/stylelint/pull/4292 <img width="755" alt="Screenshot 2019-09-23 at 13 11 03" src="https://user-images.githubusercontent.com/654597/65421269-a241cc00-de03-11e9-8fb8-f5c5b4767faf.png">
1.0
Ghost Travis and Appveyor in new PRs - Something strange happening. When we were setting up Github Actions, I revoke access to this repo for both Travis and Appveyor. Now I see Github still wants their statuses, while both CIs doesn't run build anymore. Affected PR: https://github.com/stylelint/stylelint/pull/4292 <img width="755" alt="Screenshot 2019-09-23 at 13 11 03" src="https://user-images.githubusercontent.com/654597/65421269-a241cc00-de03-11e9-8fb8-f5c5b4767faf.png">
infrastructure
ghost travis and appveyor in new prs something strange happening when we were setting up github actions i revoke access to this repo for both travis and appveyor now i see github still wants their statuses while both cis doesn t run build anymore affected pr img width alt screenshot at src
1
8,831
7,668,946,581
IssuesEvent
2018-05-14 08:02:52
keboola/docker-bundle
https://api.github.com/repos/keboola/docker-bundle
closed
Docker image temp folder
Infrastructure bug
na docker workeru došlo místo - docker stahoval nějaký tempy do `/var/lib/docker/tmp` ``` [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# pwd /var/lib/docker/tmp [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# ls -la total 54212 drwx------ 2 root root 4096 Oct 24 03:06 . drwx--x--x 9 root root 4096 Sep 29 06:40 .. -rw------- 1 root root 55498841 Sep 30 00:01 GetImageBlob483203690 [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/xvda1 8123812 8068600 0 100% / devtmpfs 16466992 124 16466868 1% /dev tmpfs 16475568 0 16475568 0% /dev/shm /dev/md0 104798208 2526728 102271480 3% /tmp ``` jdu nahodit novej worker a pokusit se zastavit vybírání novejch jobů na tomhle workeru ve spot fleetu jsem zvedl počet instancí o 1 dal jsem return do queue:receive commandu ``` [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# pwd /www/syrup-router/components/queue/current/Command [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# git diff diff --git a/Command/ReceiveCommand.php b/Command/ReceiveCommand.php index b9d6533..471b45e 100644 --- a/Command/ReceiveCommand.php +++ b/Command/ReceiveCommand.php @@ -84,6 +84,7 @@ class ReceiveCommand extends ContainerAwareCommand protected function execute(InputInterface $input, OutputInterface $output) { + return; $queueId = $queueId = $input->getArgument('queueId'); if (is_null($queueId)) { [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# ``` a nechávám instanci `i-b23562a4` zapnutou pro debug.
1.0
Docker image temp folder - na docker workeru došlo místo - docker stahoval nějaký tempy do `/var/lib/docker/tmp` ``` [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# pwd /var/lib/docker/tmp [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# ls -la total 54212 drwx------ 2 root root 4096 Oct 24 03:06 . drwx--x--x 9 root root 4096 Sep 29 06:40 .. -rw------- 1 root root 55498841 Sep 30 00:01 GetImageBlob483203690 [root@kbc-vpc-syrup-docker-worker-i-b23562a4 tmp]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/xvda1 8123812 8068600 0 100% / devtmpfs 16466992 124 16466868 1% /dev tmpfs 16475568 0 16475568 0% /dev/shm /dev/md0 104798208 2526728 102271480 3% /tmp ``` jdu nahodit novej worker a pokusit se zastavit vybírání novejch jobů na tomhle workeru ve spot fleetu jsem zvedl počet instancí o 1 dal jsem return do queue:receive commandu ``` [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# pwd /www/syrup-router/components/queue/current/Command [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# git diff diff --git a/Command/ReceiveCommand.php b/Command/ReceiveCommand.php index b9d6533..471b45e 100644 --- a/Command/ReceiveCommand.php +++ b/Command/ReceiveCommand.php @@ -84,6 +84,7 @@ class ReceiveCommand extends ContainerAwareCommand protected function execute(InputInterface $input, OutputInterface $output) { + return; $queueId = $queueId = $input->getArgument('queueId'); if (is_null($queueId)) { [root@kbc-vpc-syrup-docker-worker-i-b23562a4 Command]# ``` a nechávám instanci `i-b23562a4` zapnutou pro debug.
infrastructure
docker image temp folder na docker workeru došlo místo docker stahoval nějaký tempy do var lib docker tmp pwd var lib docker tmp ls la total drwx root root oct drwx x x root root sep rw root root sep df filesystem blocks used available use mounted on dev devtmpfs dev tmpfs dev shm dev tmp jdu nahodit novej worker a pokusit se zastavit vybírání novejch jobů na tomhle workeru ve spot fleetu jsem zvedl počet instancí o dal jsem return do queue receive commandu pwd www syrup router components queue current command git diff diff git a command receivecommand php b command receivecommand php index a command receivecommand php b command receivecommand php class receivecommand extends containerawarecommand protected function execute inputinterface input outputinterface output return queueid queueid input getargument queueid if is null queueid a nechávám instanci i zapnutou pro debug
1
54,690
13,883,868,677
IssuesEvent
2020-10-18 13:54:14
hikaya-io/activity
https://api.github.com/repos/hikaya-io/activity
opened
Change sender email and name for all emails
defect
**Current behavior** The emails (1. registration 2. welcome 3. change password) have sender email and name as follows: `Hikaya <team.hikaya@gmail.com>` **To Reproduce** Steps to reproduce the behavior: - Registration email: Register a new account - Welcome email: open registration email and confirm email - Change password: request change password **Expected behavior** The emails (1. registration 2. welcome 3. change password) have sender email and name as follows: `Hikaya team <support@hikaya.io>`
1.0
Change sender email and name for all emails - **Current behavior** The emails (1. registration 2. welcome 3. change password) have sender email and name as follows: `Hikaya <team.hikaya@gmail.com>` **To Reproduce** Steps to reproduce the behavior: - Registration email: Register a new account - Welcome email: open registration email and confirm email - Change password: request change password **Expected behavior** The emails (1. registration 2. welcome 3. change password) have sender email and name as follows: `Hikaya team <support@hikaya.io>`
non_infrastructure
change sender email and name for all emails current behavior the emails registration welcome change password have sender email and name as follows hikaya to reproduce steps to reproduce the behavior registration email register a new account welcome email open registration email and confirm email change password request change password expected behavior the emails registration welcome change password have sender email and name as follows hikaya team
0
106,161
4,263,934,347
IssuesEvent
2016-07-12 03:41:33
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
[k8s.io] [Feature:Example] [k8s.io] Cassandra should create and scale cassandra {Kubernetes e2e suite}
kind/flake priority/P0
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/12218/ Failed: [k8s.io] [Feature:Example] [k8s.io] Cassandra should create and scale cassandra {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:292 Expected error: <*errors.errorString | 0xc820b3ae00>: { s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.42.4 --kubeconfig=/workspace/.kube/config logs cassandra-khvbb cassandra --namespace=e2e-tests-examples-7g7w5] [] <nil> Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout\n [] <nil> 0xc82072fea0 exit status 1 <nil> true [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45d0 0xc8200b4608] [0xa87dc0 0xa87dc0] 0xc820ba23c0}:\nCommand stdout:\n\nstderr:\nUnable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout\n\nerror:\nexit status 1\n", } Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.42.4 --kubeconfig=/workspace/.kube/config logs cassandra-khvbb cassandra --namespace=e2e-tests-examples-7g7w5] [] <nil> Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout [] <nil> 0xc82072fea0 exit status 1 <nil> true [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45d0 0xc8200b4608] [0xa87dc0 0xa87dc0] 0xc820ba23c0}: Command stdout: stderr: Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout error: exit status 1 not to have occurred ```
1.0
[k8s.io] [Feature:Example] [k8s.io] Cassandra should create and scale cassandra {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/12218/ Failed: [k8s.io] [Feature:Example] [k8s.io] Cassandra should create and scale cassandra {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:292 Expected error: <*errors.errorString | 0xc820b3ae00>: { s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.42.4 --kubeconfig=/workspace/.kube/config logs cassandra-khvbb cassandra --namespace=e2e-tests-examples-7g7w5] [] <nil> Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout\n [] <nil> 0xc82072fea0 exit status 1 <nil> true [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45d0 0xc8200b4608] [0xa87dc0 0xa87dc0] 0xc820ba23c0}:\nCommand stdout:\n\nstderr:\nUnable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout\n\nerror:\nexit status 1\n", } Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.42.4 --kubeconfig=/workspace/.kube/config logs cassandra-khvbb cassandra --namespace=e2e-tests-examples-7g7w5] [] <nil> Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout [] <nil> 0xc82072fea0 exit status 1 <nil> true [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45b8 0xc8200b45e8 0xc8200b4610] [0xc8200b45d0 0xc8200b4608] [0xa87dc0 0xa87dc0] 0xc820ba23c0}: Command stdout: stderr: Unable to connect to the server: dial tcp 104.197.42.4:443: i/o timeout error: exit status 1 not to have occurred ```
non_infrastructure
cassandra should create and scale cassandra kubernetes suite failed cassandra should create and scale cassandra kubernetes suite go src io kubernetes output dockerized go src io kubernetes test examples go expected error s error running workspace kubernetes platforms linux kubectl unable to connect to the server dial tcp i o timeout n exit status true ncommand stdout n nstderr nunable to connect to the server dial tcp i o timeout n nerror nexit status n error running workspace kubernetes platforms linux kubectl unable to connect to the server dial tcp i o timeout exit status true command stdout stderr unable to connect to the server dial tcp i o timeout error exit status not to have occurred
0
212,216
23,879,100,783
IssuesEvent
2022-09-07 22:26:01
opensearch-project/sql
https://api.github.com/repos/opensearch-project/sql
closed
CVE-2022-25857 (High) detected in snakeyaml-1.26.jar - autoclosed
security vulnerability
## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.26.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /protocol/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar</p> <p> Dependency Hierarchy: - opensearch-2.2.0.0-SNAPSHOT (Root Library) - opensearch-2.2.0-SNAPSHOT.jar - opensearch-x-content-2.2.0-SNAPSHOT.jar - :x: **snakeyaml-1.26.jar** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package org.yaml:snakeyaml from 0 and before 1.31 are vulnerable to Denial of Service (DoS) due missing to nested depth limitation for collections. <p>Publish Date: 2022-08-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25857>CVE-2022-25857</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857</a></p> <p>Release Date: 2022-08-30</p> <p>Fix Resolution: org.yaml:snakeyaml:1.31</p> </p> </details> <p></p>
True
CVE-2022-25857 (High) detected in snakeyaml-1.26.jar - autoclosed - ## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.26.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /protocol/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar</p> <p> Dependency Hierarchy: - opensearch-2.2.0.0-SNAPSHOT (Root Library) - opensearch-2.2.0-SNAPSHOT.jar - opensearch-x-content-2.2.0-SNAPSHOT.jar - :x: **snakeyaml-1.26.jar** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package org.yaml:snakeyaml from 0 and before 1.31 are vulnerable to Denial of Service (DoS) due missing to nested depth limitation for collections. <p>Publish Date: 2022-08-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25857>CVE-2022-25857</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857</a></p> <p>Release Date: 2022-08-30</p> <p>Fix Resolution: org.yaml:snakeyaml:1.31</p> </p> </details> <p></p>
non_infrastructure
cve high detected in snakeyaml jar autoclosed cve high severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file protocol build gradle path to vulnerable library home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar dependency hierarchy opensearch snapshot root library opensearch snapshot jar opensearch x content snapshot jar x snakeyaml jar vulnerable library found in base branch main vulnerability details the package org yaml snakeyaml from and before are vulnerable to denial of service dos due missing to nested depth limitation for collections publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org yaml snakeyaml
0
3,028
4,019,301,634
IssuesEvent
2016-05-16 14:29:11
stylelint/stylelint
https://api.github.com/repos/stylelint/stylelint
closed
Put lists of keywords in a single place
status: discussion status: wip type: infrastructure
Scattered throughout the rules are lists of keywords. Units, properties, values, etc. I was thinking it might be a good idea to pull these out and put them in one place. A `keywordLists` directory or something. And we make them maximally reusable. I just want to avoid the situation where a list gets updated in one place and should have been but wasn't updated in another. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32990212-put-lists-of-keywords-in-a-single-place?utm_campaign=plugin&utm_content=tracker%2F9282518&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9282518&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Put lists of keywords in a single place - Scattered throughout the rules are lists of keywords. Units, properties, values, etc. I was thinking it might be a good idea to pull these out and put them in one place. A `keywordLists` directory or something. And we make them maximally reusable. I just want to avoid the situation where a list gets updated in one place and should have been but wasn't updated in another. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32990212-put-lists-of-keywords-in-a-single-place?utm_campaign=plugin&utm_content=tracker%2F9282518&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9282518&utm_medium=issues&utm_source=github). </bountysource-plugin>
infrastructure
put lists of keywords in a single place scattered throughout the rules are lists of keywords units properties values etc i was thinking it might be a good idea to pull these out and put them in one place a keywordlists directory or something and we make them maximally reusable i just want to avoid the situation where a list gets updated in one place and should have been but wasn t updated in another want to back this issue we accept bounties via
1
490,688
14,138,638,236
IssuesEvent
2020-11-10 08:43:57
KomodoPlatform/atomicDEX-Desktop
https://api.github.com/repos/KomodoPlatform/atomicDEX-Desktop
closed
[FEATURE REQUEST]: Improve hyperlink visibility in support page
0.3.1 Front-end priority:low
Blue on blue is suboptimal. Perhaps underlined white (or slight grey for visited links) would be kinder on the eyes? Underline plus pointer cursor should be enough to indicate it is a hyperlink. ![image](https://user-images.githubusercontent.com/35845239/97958512-4f995880-1de8-11eb-8341-8de3aa83352a.png)
1.0
[FEATURE REQUEST]: Improve hyperlink visibility in support page - Blue on blue is suboptimal. Perhaps underlined white (or slight grey for visited links) would be kinder on the eyes? Underline plus pointer cursor should be enough to indicate it is a hyperlink. ![image](https://user-images.githubusercontent.com/35845239/97958512-4f995880-1de8-11eb-8341-8de3aa83352a.png)
non_infrastructure
improve hyperlink visibility in support page blue on blue is suboptimal perhaps underlined white or slight grey for visited links would be kinder on the eyes underline plus pointer cursor should be enough to indicate it is a hyperlink
0
26,931
20,917,927,792
IssuesEvent
2022-03-24 14:54:37
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
Benchmark Dotnet AOT build failing with exit 1
area-Infrastructure
``` // start dotnet build -c Release /p:DebugType=portable -bl:benchmarkdotnet.binlog --no-restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in /home/yangfan/work/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/Job-SHQSFW // command took 37.09s and exited with 1 -- Here is the template the project is generated from: https://github.com/dotnet/BenchmarkDotNet/blob/master/src/BenchmarkDotNet/Templates/MonoAOTLLVMCsProj.txt I am not sure if this is a bug in the MonoAOTCompiler task, or BDN, or both.
1.0
Benchmark Dotnet AOT build failing with exit 1 - ``` // start dotnet build -c Release /p:DebugType=portable -bl:benchmarkdotnet.binlog --no-restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in /home/yangfan/work/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/Job-SHQSFW // command took 37.09s and exited with 1 -- Here is the template the project is generated from: https://github.com/dotnet/BenchmarkDotNet/blob/master/src/BenchmarkDotNet/Templates/MonoAOTLLVMCsProj.txt I am not sure if this is a bug in the MonoAOTCompiler task, or BDN, or both.
infrastructure
benchmark dotnet aot build failing with exit start dotnet build c release p debugtype portable bl benchmarkdotnet binlog no restore p usesharedcompilation false p buildinparallel false m p deterministic true p optimize true in home yangfan work performance artifacts bin microbenchmarks release job shqsfw command took and exited with here is the template the project is generated from i am not sure if this is a bug in the monoaotcompiler task or bdn or both
1
273,705
29,831,066,591
IssuesEvent
2023-06-18 09:26:31
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
closed
CVE-2019-19044 (High) detected in linuxv5.2 - autoclosed
Mend: dependency security vulnerability
## CVE-2019-19044 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/v3d/v3d_gem.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/v3d/v3d_gem.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Two memory leaks in the v3d_submit_cl_ioctl() function in drivers/gpu/drm/v3d/v3d_gem.c in the Linux kernel before 5.3.11 allow attackers to cause a denial of service (memory consumption) by triggering kcalloc() or v3d_job_init() failures, aka CID-29cd13cfd762. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-19044>CVE-2019-19044</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19044">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19044</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution: v5.4-rc6</p> </p> </details> <p></p>
True
CVE-2019-19044 (High) detected in linuxv5.2 - autoclosed - ## CVE-2019-19044 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/v3d/v3d_gem.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/v3d/v3d_gem.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Two memory leaks in the v3d_submit_cl_ioctl() function in drivers/gpu/drm/v3d/v3d_gem.c in the Linux kernel before 5.3.11 allow attackers to cause a denial of service (memory consumption) by triggering kcalloc() or v3d_job_init() failures, aka CID-29cd13cfd762. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-19044>CVE-2019-19044</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19044">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19044</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution: v5.4-rc6</p> </p> </details> <p></p>
non_infrastructure
cve high detected in autoclosed cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in base branch amp centos kernel vulnerable source files drivers gpu drm gem c drivers gpu drm gem c vulnerability details two memory leaks in the submit cl ioctl function in drivers gpu drm gem c in the linux kernel before allow attackers to cause a denial of service memory consumption by triggering kcalloc or job init failures aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution
0
213,356
7,252,834,766
IssuesEvent
2018-02-16 01:01:00
NIFCloud-mbaas/ncmb_ios
https://api.github.com/repos/NIFCloud-mbaas/ncmb_ios
closed
NCMBRichPushViewのactionSheet:clickedButtonAtIndexが使用されていない
Priority: Medium Ready For Release
## 不具合の概要(Description of bug) NCMBRichPushViewのactionSheet:clickedButtonAtIndexが使用されていなく、 且つdeprecated warningが発生しますので、削除対応が必要です。 - SDKのバージョン(SDK version) v2.3.3 - 不具合が発生した環境(Environment requirement) iOS8.3以上の端末 - 不具合を再現させる手順・サンプルコード(Step for Reproduce bug / Sample code) xcodeでビルドするとdeprecated warningが発生 - エラーメッセージ(Error messages)
1.0
NCMBRichPushViewのactionSheet:clickedButtonAtIndexが使用されていない - ## 不具合の概要(Description of bug) NCMBRichPushViewのactionSheet:clickedButtonAtIndexが使用されていなく、 且つdeprecated warningが発生しますので、削除対応が必要です。 - SDKのバージョン(SDK version) v2.3.3 - 不具合が発生した環境(Environment requirement) iOS8.3以上の端末 - 不具合を再現させる手順・サンプルコード(Step for Reproduce bug / Sample code) xcodeでビルドするとdeprecated warningが発生 - エラーメッセージ(Error messages)
non_infrastructure
ncmbrichpushviewのactionsheet clickedbuttonatindexが使用されていない 不具合の概要 description of bug ncmbrichpushviewのactionsheet clickedbuttonatindexが使用されていなく、 且つdeprecated warningが発生しますので、削除対応が必要です。 sdkのバージョン sdk version 不具合が発生した環境 environment requirement 不具合を再現させる手順・サンプルコード step for reproduce bug sample code xcodeでビルドするとdeprecated warningが発生 エラーメッセージ error messages
0
35,509
31,772,368,990
IssuesEvent
2023-09-12 12:35:49
Tonomy-Foundation/Tonomy-ID-Management
https://api.github.com/repos/Tonomy-Foundation/Tonomy-ID-Management
opened
Website - antelope use case page implementation
infrastructure
Acceptance criteria - [ ] tonomy.io website shows antelope landing page
1.0
Website - antelope use case page implementation - Acceptance criteria - [ ] tonomy.io website shows antelope landing page
infrastructure
website antelope use case page implementation acceptance criteria tonomy io website shows antelope landing page
1
9,724
8,127,290,121
IssuesEvent
2018-08-17 07:29:28
Khan/KaTeX
https://api.github.com/repos/Khan/KaTeX
closed
Consider using `yarn check` instead of `check-dependencies`
infrastructure
> [`yarn check`] [v]erifies that versions of the package dependencies in the current project’s package.json match those in yarn’s lock file. `yarn check` is slower than `check-dependencies`, but it takes the lockfile into account and no dependency is required.
1.0
Consider using `yarn check` instead of `check-dependencies` - > [`yarn check`] [v]erifies that versions of the package dependencies in the current project’s package.json match those in yarn’s lock file. `yarn check` is slower than `check-dependencies`, but it takes the lockfile into account and no dependency is required.
infrastructure
consider using yarn check instead of check dependencies erifies that versions of the package dependencies in the current project’s package json match those in yarn’s lock file yarn check is slower than check dependencies but it takes the lockfile into account and no dependency is required
1
231,857
25,552,038,351
IssuesEvent
2022-11-30 01:08:48
DN462/Net6API
https://api.github.com/repos/DN462/Net6API
reopened
Net6API-1.0.0: 1 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Net6API-1.0.0</b></p></summary> <p></p> <p>Path to vulnerable library: /tmp/ws-ua_20220723165151_TPCCCU/dotnet_KZKEZM/20220723165151/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg</p> <p> <p>Found in HEAD commit: <a href="https://github.com/DN462/Net6API/commit/d077e69bfe80cea7390165717b0e5438690bbcb6">d077e69bfe80cea7390165717b0e5438690bbcb6</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.extensions.apidescription.server.3.0.0.nupkg | Transitive | N/A | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary> ### Vulnerable Library - <b>microsoft.extensions.apidescription.server.3.0.0.nupkg</b></p> <p>MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was b...</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.extensions.apidescription.server.3.0.0.nupkg">https://api.nuget.org/packages/microsoft.extensions.apidescription.server.3.0.0.nupkg</a></p> <p>Path to dependency file: /Net6API.csproj</p> <p>Path to vulnerable library: /tmp/ws-ua_20220723165151_TPCCCU/dotnet_KZKEZM/20220723165151/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg</p> <p> Dependency Hierarchy: - Net6API-1.0.0 (Root Library) - swashbuckle.aspnetcore.6.3.1.nupkg - :x: **microsoft.extensions.apidescription.server.3.0.0.nupkg** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DN462/Net6API/commit/d077e69bfe80cea7390165717b0e5438690bbcb6">d077e69bfe80cea7390165717b0e5438690bbcb6</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Improper Handling of Exceptional Conditions in Newtonsoft.Json. Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications. <p>Publish Date: 2022-06-22 <p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p> <p>Release Date: 2022-06-22</p> <p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
True
Net6API-1.0.0: 1 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Net6API-1.0.0</b></p></summary> <p></p> <p>Path to vulnerable library: /tmp/ws-ua_20220723165151_TPCCCU/dotnet_KZKEZM/20220723165151/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg</p> <p> <p>Found in HEAD commit: <a href="https://github.com/DN462/Net6API/commit/d077e69bfe80cea7390165717b0e5438690bbcb6">d077e69bfe80cea7390165717b0e5438690bbcb6</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.extensions.apidescription.server.3.0.0.nupkg | Transitive | N/A | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary> ### Vulnerable Library - <b>microsoft.extensions.apidescription.server.3.0.0.nupkg</b></p> <p>MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was b...</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.extensions.apidescription.server.3.0.0.nupkg">https://api.nuget.org/packages/microsoft.extensions.apidescription.server.3.0.0.nupkg</a></p> <p>Path to dependency file: /Net6API.csproj</p> <p>Path to vulnerable library: /tmp/ws-ua_20220723165151_TPCCCU/dotnet_KZKEZM/20220723165151/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg</p> <p> Dependency Hierarchy: - Net6API-1.0.0 (Root Library) - swashbuckle.aspnetcore.6.3.1.nupkg - :x: **microsoft.extensions.apidescription.server.3.0.0.nupkg** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DN462/Net6API/commit/d077e69bfe80cea7390165717b0e5438690bbcb6">d077e69bfe80cea7390165717b0e5438690bbcb6</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Improper Handling of Exceptional Conditions in Newtonsoft.Json. Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications. <p>Publish Date: 2022-06-22 <p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p> <p>Release Date: 2022-06-22</p> <p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
non_infrastructure
vulnerabilities highest severity is vulnerable library path to vulnerable library tmp ws ua tpcccu dotnet kzkezm microsoft extensions apidescription server microsoft extensions apidescription server nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high microsoft extensions apidescription server nupkg transitive n a details ws vulnerable library microsoft extensions apidescription server nupkg msbuild tasks and targets for build time swagger and openapi document generation this package was b library home page a href path to dependency file csproj path to vulnerable library tmp ws ua tpcccu dotnet kzkezm microsoft extensions apidescription server microsoft extensions apidescription server nupkg dependency hierarchy root library swashbuckle aspnetcore nupkg x microsoft extensions apidescription server nupkg vulnerable library found in head commit a href found in base branch main vulnerability details improper handling of exceptional conditions in newtonsoft json newtonsoft json prior to version is vulnerable to insecure defaults due to improper handling of stackoverflow exception soe whenever nested expressions are being processed exploiting this vulnerability results in denial of service dos and it is exploitable when an attacker sends requests that cause soe in time frame of minutes this vulnerability affects internet information services iis applications publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution newtonsoft json microsoft extensions apidescription server step up your open source security game with mend
0
36,969
6,559,470,885
IssuesEvent
2017-09-07 04:11:21
kokellab/klgists
https://api.github.com/repos/kokellab/klgists
opened
scan_for_files function meanings are unclear
documentation feature enhancement
Also add these: ```python def walkuntil(some_dir, until): some_dir = some_dir.rstrip(os.path.sep) assert os.path.isdir(some_dir) num_sep = some_dir.count(os.path.sep) for root, dirs, files in os.walk(some_dir): yield root, dirs, files if until(root): del dirs[:] # from https://stackoverflow.com/questions/7159607/list-directories-with-a-specified-depth-in-python def walklevel(some_dir, level: Optional[int]=None): some_dir = some_dir.rstrip(os.path.sep) assert os.path.isdir(some_dir) num_sep = some_dir.count(os.path.sep) for root, dirs, files in os.walk(some_dir): yield root, dirs, files num_sep_this = root.count(os.path.sep) if level is None or num_sep + level <= num_sep_this: del dirs[:] ```
1.0
scan_for_files function meanings are unclear - Also add these: ```python def walkuntil(some_dir, until): some_dir = some_dir.rstrip(os.path.sep) assert os.path.isdir(some_dir) num_sep = some_dir.count(os.path.sep) for root, dirs, files in os.walk(some_dir): yield root, dirs, files if until(root): del dirs[:] # from https://stackoverflow.com/questions/7159607/list-directories-with-a-specified-depth-in-python def walklevel(some_dir, level: Optional[int]=None): some_dir = some_dir.rstrip(os.path.sep) assert os.path.isdir(some_dir) num_sep = some_dir.count(os.path.sep) for root, dirs, files in os.walk(some_dir): yield root, dirs, files num_sep_this = root.count(os.path.sep) if level is None or num_sep + level <= num_sep_this: del dirs[:] ```
non_infrastructure
scan for files function meanings are unclear also add these python def walkuntil some dir until some dir some dir rstrip os path sep assert os path isdir some dir num sep some dir count os path sep for root dirs files in os walk some dir yield root dirs files if until root del dirs from def walklevel some dir level optional none some dir some dir rstrip os path sep assert os path isdir some dir num sep some dir count os path sep for root dirs files in os walk some dir yield root dirs files num sep this root count os path sep if level is none or num sep level num sep this del dirs
0
33,189
27,292,618,044
IssuesEvent
2023-02-23 17:40:40
cal-itp/data-infra
https://api.github.com/repos/cal-itp/data-infra
closed
Bug: Some Airflow failures not posted to Slack alerts channel
type: bug infrastructure needs investigation
**Describe the bug** Sometimes Airflow tasks fail but no alert message is posted in the #data-infra-alerts Slack channel. Usually it seems like an **email** alert about the failure **is** triggered. Examples: `gtfs_downloader.validate_gcs_bucket` and `rt_loader.parse_rt_service_alerts` on for their 4/23/22 execution dates. **To Reproduce** Unclear **Expected behavior** All Airflow task failures should be posted to the Slack channel. **Additional context** At least on 4/23/22, there were other Airflow failures seemingly caused by some SQLProxy or other similar issues.
1.0
Bug: Some Airflow failures not posted to Slack alerts channel - **Describe the bug** Sometimes Airflow tasks fail but no alert message is posted in the #data-infra-alerts Slack channel. Usually it seems like an **email** alert about the failure **is** triggered. Examples: `gtfs_downloader.validate_gcs_bucket` and `rt_loader.parse_rt_service_alerts` on for their 4/23/22 execution dates. **To Reproduce** Unclear **Expected behavior** All Airflow task failures should be posted to the Slack channel. **Additional context** At least on 4/23/22, there were other Airflow failures seemingly caused by some SQLProxy or other similar issues.
infrastructure
bug some airflow failures not posted to slack alerts channel describe the bug sometimes airflow tasks fail but no alert message is posted in the data infra alerts slack channel usually it seems like an email alert about the failure is triggered examples gtfs downloader validate gcs bucket and rt loader parse rt service alerts on for their execution dates to reproduce unclear expected behavior all airflow task failures should be posted to the slack channel additional context at least on there were other airflow failures seemingly caused by some sqlproxy or other similar issues
1
35,499
31,723,764,636
IssuesEvent
2023-09-10 18:01:19
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Cross-target test runs require too many dependencies
area-Infrastructure-coreclr no-recent-activity backlog-cleanup-candidate
I noticed this on Windows arm64, but I imagine it applies to Windows/arm32, and perhaps more. I want to run the tests using the "correct" mechanism, like the CI does. This seems to require far too many dependencies on the Windows/arm64 hardware (note that the builds happen on another machine, so we're only talking about the test run here): 1. A full coreclr enlistment. We certainly need a few scripts, like runtest.py currently. But why do we need so much? E.g., runtest.py invokes msbuild, which via tests\runtest.proj requires tests\src\dir.props, which presumably needs more. In particular, why should I need any of the test source tree? Why do I need the product source tree? What is the minimal subset of the coreclr repo that I can get away with? 2. An x86 Python install. If we're using runtest.py, I guess we're committed to it. But that's unfortunate. 3. dotnet, msbuild. Well, I guess we're committed to this.
1.0
Cross-target test runs require too many dependencies - I noticed this on Windows arm64, but I imagine it applies to Windows/arm32, and perhaps more. I want to run the tests using the "correct" mechanism, like the CI does. This seems to require far too many dependencies on the Windows/arm64 hardware (note that the builds happen on another machine, so we're only talking about the test run here): 1. A full coreclr enlistment. We certainly need a few scripts, like runtest.py currently. But why do we need so much? E.g., runtest.py invokes msbuild, which via tests\runtest.proj requires tests\src\dir.props, which presumably needs more. In particular, why should I need any of the test source tree? Why do I need the product source tree? What is the minimal subset of the coreclr repo that I can get away with? 2. An x86 Python install. If we're using runtest.py, I guess we're committed to it. But that's unfortunate. 3. dotnet, msbuild. Well, I guess we're committed to this.
infrastructure
cross target test runs require too many dependencies i noticed this on windows but i imagine it applies to windows and perhaps more i want to run the tests using the correct mechanism like the ci does this seems to require far too many dependencies on the windows hardware note that the builds happen on another machine so we re only talking about the test run here a full coreclr enlistment we certainly need a few scripts like runtest py currently but why do we need so much e g runtest py invokes msbuild which via tests runtest proj requires tests src dir props which presumably needs more in particular why should i need any of the test source tree why do i need the product source tree what is the minimal subset of the coreclr repo that i can get away with an python install if we re using runtest py i guess we re committed to it but that s unfortunate dotnet msbuild well i guess we re committed to this
1
21,155
14,403,764,904
IssuesEvent
2020-12-03 16:27:01
thinktecture/relayserver
https://api.github.com/repos/thinktecture/relayserver
closed
IConnectorConnection should expose Connection Events
enhancement infrastructure
For 2.5 connector support we need to know when reconnecting starts, to abort the connection. Expose these events: - Connected - Disconnected - Reconnecting - Reconnected Also have the ConnectorConnection (in Connector.Protocols.SignalR) raise these events.
1.0
IConnectorConnection should expose Connection Events - For 2.5 connector support we need to know when reconnecting starts, to abort the connection. Expose these events: - Connected - Disconnected - Reconnecting - Reconnected Also have the ConnectorConnection (in Connector.Protocols.SignalR) raise these events.
infrastructure
iconnectorconnection should expose connection events for connector support we need to know when reconnecting starts to abort the connection expose these events connected disconnected reconnecting reconnected also have the connectorconnection in connector protocols signalr raise these events
1
64,493
26,756,620,439
IssuesEvent
2023-01-31 01:05:34
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
Desenvolvedor FullStack NODE JS & Angular @b1app
PJ Pleno Sênior Júnior Node.js Especialista AWS MongoDB Docker Stale Microservices
**Sobre a empesa:** Somos uma empresa especializada no fornecimento de Soluções de CRM - Customer Relationship Management e Ominichannel – integração de canais de voz, chat e mídias digitais, com larga experiência em customização e integração de soluções. Sobre a nossa Plataforma: • Nossa plataforma chamada Blueone (B1) tem como o objeto de fazer o gerenciamento e controle de toda a jornada de uma interação & atendimento de um cliente; • A plataforma Blueone (B1) é moderna, com UX/UI elaborado, trazendo rápido aprendizado aos usuários, com estrutura de dados 100% em Cloud; • A plataforma Blueone (B1) oferece flexibilidade de customização e escalabilidade de processos monitorados, através de alertas e workflow de regras de negócios; • A plataforma Blueone (B1) hoje é utilizada por grandes clientes no Brasil e nos USA. Descrição da Vaga: Desenvolvedor FullStack NODE JS & ANGULAR Buscamos pessoas que estão em busca de aprender constantemente e aprimorar suas habilidades com desenvolvimento de Software. Foco em inovação e tecnologia. Responsabilidades e atribuições  Trabalhar com metodologia ágil (SCRUM);  Utilizar boas práticas de desenvolvimento e documentação;  Desenvolver e dar manutenção nas features do projeto;  Excelentes habilidades de comunicação e trabalho em equipe;  Ótima atenção aos detalhes;  Habilidades organizacionais;  Mente analítica;  Formação em Ciência da Computação, Estatística ou área relacionada Qualificação  Experiência comprovada como desenvolvedor full stack ou função similar  Familiaridade com os conjuntos de tecnologia (“tech stacks”) mais comuns.  Conhecimento de múltiplas linguagens back-end (Node.js) + Front-end Angular +7  Familiaridade com bancos de dados (Postgres, MongoDB);  Docker;  Github  AWS Cloud  API  Microservices Nossos benefícios:  Contratação PJ a combinar + Benefícios, 100% home office;  Aprendizado contínuo;  Avaliação estruturada;  Acompanhamento de carreira;  Oportunidade de transição de carreira; Como se candidatar Por favor envie um email para [ddr@ddrtech.com.br](mailto:ddr@ddrtech.com.br) com seu CV anexado - enviar no assunto: Vaga FullStack Nível Júnior Pleno Sênior Especialista
1.0
Desenvolvedor FullStack NODE JS & Angular @b1app - **Sobre a empesa:** Somos uma empresa especializada no fornecimento de Soluções de CRM - Customer Relationship Management e Ominichannel – integração de canais de voz, chat e mídias digitais, com larga experiência em customização e integração de soluções. Sobre a nossa Plataforma: • Nossa plataforma chamada Blueone (B1) tem como o objeto de fazer o gerenciamento e controle de toda a jornada de uma interação & atendimento de um cliente; • A plataforma Blueone (B1) é moderna, com UX/UI elaborado, trazendo rápido aprendizado aos usuários, com estrutura de dados 100% em Cloud; • A plataforma Blueone (B1) oferece flexibilidade de customização e escalabilidade de processos monitorados, através de alertas e workflow de regras de negócios; • A plataforma Blueone (B1) hoje é utilizada por grandes clientes no Brasil e nos USA. Descrição da Vaga: Desenvolvedor FullStack NODE JS & ANGULAR Buscamos pessoas que estão em busca de aprender constantemente e aprimorar suas habilidades com desenvolvimento de Software. Foco em inovação e tecnologia. Responsabilidades e atribuições  Trabalhar com metodologia ágil (SCRUM);  Utilizar boas práticas de desenvolvimento e documentação;  Desenvolver e dar manutenção nas features do projeto;  Excelentes habilidades de comunicação e trabalho em equipe;  Ótima atenção aos detalhes;  Habilidades organizacionais;  Mente analítica;  Formação em Ciência da Computação, Estatística ou área relacionada Qualificação  Experiência comprovada como desenvolvedor full stack ou função similar  Familiaridade com os conjuntos de tecnologia (“tech stacks”) mais comuns.  Conhecimento de múltiplas linguagens back-end (Node.js) + Front-end Angular +7  Familiaridade com bancos de dados (Postgres, MongoDB);  Docker;  Github  AWS Cloud  API  Microservices Nossos benefícios:  Contratação PJ a combinar + Benefícios, 100% home office;  Aprendizado contínuo;  Avaliação estruturada;  Acompanhamento de carreira;  Oportunidade de transição de carreira; Como se candidatar Por favor envie um email para [ddr@ddrtech.com.br](mailto:ddr@ddrtech.com.br) com seu CV anexado - enviar no assunto: Vaga FullStack Nível Júnior Pleno Sênior Especialista
non_infrastructure
desenvolvedor fullstack node js angular sobre a empesa somos uma empresa especializada no fornecimento de soluções de crm customer relationship management e ominichannel – integração de canais de voz chat e mídias digitais com larga experiência em customização e integração de soluções sobre a nossa plataforma • nossa plataforma chamada blueone tem como o objeto de fazer o gerenciamento e controle de toda a jornada de uma interação atendimento de um cliente • a plataforma blueone é moderna com ux ui elaborado trazendo rápido aprendizado aos usuários com estrutura de dados em cloud • a plataforma blueone oferece flexibilidade de customização e escalabilidade de processos monitorados através de alertas e workflow de regras de negócios • a plataforma blueone hoje é utilizada por grandes clientes no brasil e nos usa descrição da vaga desenvolvedor fullstack node js angular buscamos pessoas que estão em busca de aprender constantemente e aprimorar suas habilidades com desenvolvimento de software foco em inovação e tecnologia responsabilidades e atribuições  trabalhar com metodologia ágil scrum  utilizar boas práticas de desenvolvimento e documentação  desenvolver e dar manutenção nas features do projeto  excelentes habilidades de comunicação e trabalho em equipe  ótima atenção aos detalhes  habilidades organizacionais  mente analítica  formação em ciência da computação estatística ou área relacionada qualificação  experiência comprovada como desenvolvedor full stack ou função similar  familiaridade com os conjuntos de tecnologia “tech stacks” mais comuns  conhecimento de múltiplas linguagens back end node js front end angular  familiaridade com bancos de dados postgres mongodb  docker  github  aws cloud  api  microservices nossos benefícios  contratação pj a combinar benefícios home office  aprendizado contínuo  avaliação estruturada  acompanhamento de carreira  oportunidade de transição de carreira como se candidatar por favor envie um email para mailto ddr ddrtech com br com seu cv anexado enviar no assunto vaga fullstack nível júnior pleno sênior especialista
0
1,609
3,287,759,680
IssuesEvent
2015-10-29 12:09:46
google/WebFundamentals
https://api.github.com/repos/google/WebFundamentals
closed
Example jekyll code is rejected by DevSite
P2 type-Infrastructure
The following files contain jekyll template examples that makes DevSite cranky. /en/resources/jekyll/custom-jekyll-variables.html /en/resources/jekyll/custom-tags.html /en/resources/jekyll/useful-and-common-tags.html /en/resources/styleguide/index.html
1.0
Example jekyll code is rejected by DevSite - The following files contain jekyll template examples that makes DevSite cranky. /en/resources/jekyll/custom-jekyll-variables.html /en/resources/jekyll/custom-tags.html /en/resources/jekyll/useful-and-common-tags.html /en/resources/styleguide/index.html
infrastructure
example jekyll code is rejected by devsite the following files contain jekyll template examples that makes devsite cranky en resources jekyll custom jekyll variables html en resources jekyll custom tags html en resources jekyll useful and common tags html en resources styleguide index html
1
23,944
16,717,956,566
IssuesEvent
2021-06-10 01:12:42
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Build failed: Validate-DotNet/main #runtime-92955-.NET6
area-Infrastructure untriaged
Build [#runtime-92955-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1172320) failed ## :x: : internal / Validate-DotNet failed ### Summary **Finished** - Sat, 05 Jun 2021 03:24:24 GMT **Duration** - 257 minutes **Requested for** - DotNet Bot **Reason** - manual ### Details #### Validation Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/151) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 3/312 packages - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - PowerShell exited with code '1'. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/291) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/244) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/224) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - Steps were not validated for contract. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - Contract was not validated. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - PowerShell exited with code '1'. #### Required Validation Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/167) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/252) - Number of checksums and assets don't match. Checksums: 182. Assets: 794. Assets with no corresponding checksum are: assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.CodeDom.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Convention.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 Microsoft.NETCore.App.Runtime.Mono.osx-arm64 Microsoft.NETCore.App.Runtime.Mono.osx-x64 Microsoft.Extensions.Options.DataAnnotations Microsoft.Extensions.Options.ConfigurationExtensions Microsoft.ILVerification Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 Microsoft.NETCore.App.Crossgen2.linux-musl-arm Microsoft.Extensions.Hosting.WindowsServices Microsoft.Extensions.Hosting.Abstractions dotnet-ilverify Microsoft.Diagnostics.Tracing.EventSource.Redist Microsoft.Bcl.AsyncInterfaces Microsoft.Extensions.Caching.Abstractions Microsoft.NETCore.App.Crossgen2.linux-musl-x64 Microsoft.Extensions.Configuration.EnvironmentVariables Microsoft.Extensions.Hosting.Systemd Microsoft.Extensions.Configuration.Json Microsoft.Extensions.Configuration.UserSecrets Microsoft.Extensions.DependencyInjection assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg Runtime/6.0.0-preview.6.21304.5/productVersion.txt assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.Win32.Registry.AccessControl Microsoft.Win32.SystemEvents assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.XmlSerializer.Generator runtime.linux-arm.Microsoft.NETCore.DotNetAppHost Microsoft.Windows.Compatibility runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy runtime.linux-arm.Microsoft.NETCore.DotNetHost runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver runtime.linux-arm.Microsoft.NETCore.ILAsm runtime.linux-arm.Microsoft.NETCore.ILDAsm runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost runtime.linux-arm.Microsoft.NETCore.TestHost runtime.linux-arm.runtime.native.System.IO.Ports runtime.linux-arm64.Microsoft.NETCore.DotNetHost runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-arm64.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 Microsoft.NETCore.App.Runtime.osx-arm64 Microsoft.NETCore.App.Runtime.win-arm Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.win-x86 Microsoft.NETCore.DotNetHostPolicy Microsoft.NETCore.ILDAsm Microsoft.NETCore.ILAsm Microsoft.NETCore.DotNetHostResolver runtime.osx-x64.Microsoft.NETCore.DotNetAppHost runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm runtime.linux-musl-arm.Microsoft.NETCore.TestHost runtime.win-arm.Microsoft.NETCore.DotNetAppHost runtime.osx-x64.Microsoft.NETCore.DotNetHost runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver runtime.osx-x64.Microsoft.NETCore.ILAsm runtime.win-arm64.Microsoft.NETCore.DotNetAppHost runtime.osx-x64.Microsoft.NETCore.ILDAsm runtime.osx-x64.Microsoft.NETCore.TestHost runtime.osx-x64.runtime.native.System.IO.Ports runtime.win-arm.Microsoft.NETCore.DotNetHost runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy runtime.win-arm.Microsoft.NETCore.DotNetHostResolver runtime.win-arm.Microsoft.NETCore.ILAsm runtime.win-arm.Microsoft.NETCore.ILDAsm runtime.osx-arm64.Microsoft.NETCore.TestHost runtime.win-x64.Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.linux-x64 runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy runtime.win-x64.Microsoft.NETCore.DotNetHostResolver runtime.win-x64.Microsoft.NETCore.ILDAsm runtime.win-arm.Microsoft.NETCore.TestHost runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost runtime.osx-arm64.Microsoft.NETCore.ILDAsm runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm runtime.linux-musl-arm64.Microsoft.NETCore.TestHost runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver runtime.osx-arm64.Microsoft.NETCore.ILAsm runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm runtime.linux-x64.Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.linux-arm64 Microsoft.NETCore.App.Runtime.Mono.linux-arm runtime.osx-arm64.Microsoft.NETCore.DotNetHost Microsoft.Extensions.Logging.Configuration Microsoft.Extensions.Logging.Debug Microsoft.Extensions.Logging.EventLog Microsoft.Extensions.Logging.EventSource Microsoft.Extensions.Logging.TraceSource Microsoft.Extensions.Options Microsoft.NETCore.App.Composite Microsoft.Extensions.Primitives Microsoft.Extensions.Http Microsoft.IO.Redist Microsoft.NET.Runtime.iOS.Sample.Mono Microsoft.NET.Runtime.Android.Sample.Mono Microsoft.NET.Runtime.MonoAOTCompiler.Task Microsoft.NETCore.App.Crossgen2.linux-arm64 Microsoft.NET.Sdk.IL Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100 Microsoft.Extensions.FileProviders.Composite Microsoft.NETCore.App.Crossgen2.osx-arm64 Microsoft.Extensions.FileSystemGlobbing Microsoft.Extensions.Hosting Microsoft.Extensions.Configuration.Ini assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Permissions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Drawing.Common.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64 Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64 Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 Microsoft.NETCore.App.Runtime.osx-x64 Microsoft.NETCore.App.Runtime.Mono.win-x64 runtime.linux-musl-arm.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.win-x64 Microsoft.NETCore.App.Runtime.win-arm64 Microsoft.NETCore.App.Runtime.win-x86 Microsoft.NETCore.DotNetAppHost runtime.linux-musl-x64.Microsoft.NETCore.ILAsm runtime.linux-x64.Microsoft.NETCore.DotNetAppHost runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-x64.Microsoft.NETCore.ILDAsm runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver runtime.linux-x64.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 Microsoft.NETCore.App.Runtime.linux-arm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm Microsoft.NETCore.App.Runtime.linux-musl-x64 Microsoft.NETCore.App.Runtime.Mono.android-arm Microsoft.NETCore.App.Runtime.Mono.ios-arm Microsoft.NETCore.App.Runtime.Mono.browser-wasm Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 Microsoft.NETCore.App.Crossgen2.osx-x64 Microsoft.NETCore.App.Crossgen2.win-arm64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.Channels.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg Runtime/6.0.0-preview.6.21304.5/runtime-productVersion.txt assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64 runtime.linux-arm64.Microsoft.NETCore.ILDAsm runtime.linux-arm64.runtime.native.System.IO.Ports runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver Microsoft.Win32.Registry Microsoft.NETCore.TestHost Microsoft.NETCore.Platforms Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64 Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 Microsoft.NETCore.App.Runtime.linux-arm64 Microsoft.NETCore.App.Runtime.linux-musl-arm64 Microsoft.NETCore.App.Runtime.linux-x64 Microsoft.NETCore.App.Runtime.Mono.android-arm64 Microsoft.NETCore.App.Runtime.Mono.android-x86 Microsoft.NETCore.App.Runtime.Mono.android-x64 Microsoft.NETCore.App.Crossgen2.win-x86 Microsoft.NETCore.App.Host.linux-musl-arm Microsoft.NETCore.App.Host.linux-arm Microsoft.NETCore.App.Host.linux-arm64 Microsoft.NETCore.App.Host.linux-musl-arm64 Microsoft.NETCore.App.Host.linux-musl-x64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg runtime.win-x86.Microsoft.NETCore.DotNetHost Microsoft.NET.Runtime.wasm.Sample.Mono Microsoft.NET.Runtime.WebAssembly.Sdk Microsoft.NETCore.App.Crossgen2.linux-arm Microsoft.Extensions.Caching.Memory Microsoft.Extensions.Configuration Microsoft.Extensions.Configuration.Abstractions Microsoft.Extensions.Configuration.FileExtensions Microsoft.Extensions.Configuration.Binder Microsoft.Extensions.Configuration.CommandLine Microsoft.Extensions.Configuration.Xml Microsoft.Extensions.DependencyInjection.Abstractions Microsoft.Extensions.DependencyInjection.Specification.Tests Microsoft.Extensions.DependencyModel Microsoft.Extensions.FileProviders.Abstractions Microsoft.Extensions.FileProviders.Physical Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 Microsoft.NETCore.App.Runtime.Mono.ios-arm64 Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86 Microsoft.NETCore.App.Crossgen2.linux-x64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm Microsoft.NETCore.App.Host.linux-x64 Microsoft.NETCore.App.Host.osx-arm64 Microsoft.NETCore.App.Host.osx-x64 Microsoft.NETCore.App.Host.win-arm Microsoft.NETCore.App.Host.win-x64 Microsoft.NETCore.App.Host.win-x86 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm Microsoft.NETCore.App.Host.win-arm64 runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy runtime.win-x64.Microsoft.NETCore.TestHost assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg System.Security.AccessControl System.Security.Permissions System.Security.Cryptography.Xml System.Security.Principal.Windows System.ServiceModel.Syndication System.ServiceProcess.ServiceController System.Text.Encoding.CodePages System.Speech System.Text.Json System.Text.Encodings.Web System.Threading.AccessControl System.Threading.Channels System.Threading.Tasks.Dataflow System.Windows.Extensions System.IO.Ports System.Management System.IO.Pipes.AccessControl System.IO.Pipelines runtime.win-x86.Microsoft.NETCore.ILDAsm runtime.win-x86.Microsoft.NETCore.ILAsm runtime.win-x86.Microsoft.NETCore.DotNetHostResolver runtime.win-x86.Microsoft.NETCore.TestHost System.CodeDom System.Formats.Asn1 System.Composition.Runtime System.Diagnostics.EventLog System.DirectoryServices.AccountManagement System.IO.Packaging System.Configuration.ConfigurationManager System.Formats.Cbor assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg runtime.win-arm64.Microsoft.NETCore.DotNetHost runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost runtime.win-arm64.Microsoft.NETCore.ILDAsm runtime.win-x64.Microsoft.NETCore.DotNetAppHost runtime.win-arm64.Microsoft.NETCore.ILAsm runtime.win-x64.Microsoft.NETCore.ILAsm runtime.win-arm64.Microsoft.NETCore.TestHost runtime.linux-x64.Microsoft.NETCore.TestHost Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64 runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost runtime.linux-x64.runtime.native.System.IO.Ports runtime.native.System.IO.Ports runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.TestHost Microsoft.Extensions.Logging.Abstractions Microsoft.Extensions.Logging Microsoft.Extensions.Logging.Console Microsoft.NET.Runtime.RuntimeConfigParser.Task Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 Microsoft.NETCore.App.Runtime.linux-musl-arm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm Microsoft.NETCore.App.Crossgen2.win-x64 Microsoft.NETCore.App.Crossgen2.win-arm assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Speech.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm Microsoft.NETCore.App.Ref Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 runtime.win-x86.Microsoft.NETCore.DotNetAppHost assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg System.Security.Cryptography.ProtectedData System.Memory.Data assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21304.5.symbols.nupkg System.Net.Http.Json assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21304.5.symbols.nupkg System.Net.Http.WinHttpHandler System.Numerics.Tensors System.Reflection.Metadata System.Reflection.Context System.Reflection.MetadataLoadContext System.Resources.Extensions System.Runtime.Caching System.Runtime.CompilerServices.Unsafe System.Security.Cryptography.Pkcs System.Data.Odbc assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21304.5.symbols.nupkg System.Data.OleDb System.Diagnostics.DiagnosticSource System.Diagnostics.PerformanceCounter System.DirectoryServices System.Drawing.Common System.DirectoryServices.Protocols System.IO.FileSystem.AccessControl assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/dotnet-pgo.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.Context.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Packaging.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Data.OleDb.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Memory.Data.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Management.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Data.Odbc.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64 runtime.linux-arm64.Microsoft.NETCore.TestHost Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64 runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg System.Collections.Immutable System.ComponentModel.Composition System.ComponentModel.Composition.Registration System.Composition System.Composition.AttributedModel System.Composition.Convention System.Composition.Hosting System.Composition.TypedParts assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/dotnet-ilverify.6.0.0-preview.6.21304.5.symbols.nupkg - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/255) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/201) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/263) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/278) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Signing Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/59) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/131) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Source Code Validation - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/57) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/74) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/105) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/120) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Prep Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/36) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. ### Changes - [62d6b595](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/62d6b595bfbcd34d7068bba51c60a654f01e1910) - Michelle McDaniel - Merged PR 15394: Add additional validation around CVEs/Security releases in config - [d8b929ca](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/d8b929ca51c57bd3fc691219ff32aef12f013cdb) - Michelle McDaniel - Merged PR 15282: Add special handling to repo propagation for assets out of dotnet-sdk
1.0
Build failed: Validate-DotNet/main #runtime-92955-.NET6 - Build [#runtime-92955-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1172320) failed ## :x: : internal / Validate-DotNet failed ### Summary **Finished** - Sat, 05 Jun 2021 03:24:24 GMT **Duration** - 257 minutes **Requested for** - DotNet Bot **Reason** - manual ### Details #### Validation Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/151) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 5 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Missing symbols for 2 modules in the package D:\workspace\_work\1\a\signed\shipping\assets\symbols\Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - (NETCORE_ENGINEERING_TELEMETRY=CheckSymbols) Symbols missing for 3/312 packages - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/282) - PowerShell exited with code '1'. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/291) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/244) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/224) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - ValidateSymbols: Entry found in generated contract does not match ValidateSymbols. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - Steps were not validated for contract. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - Contract was not validated. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/305) - PowerShell exited with code '1'. #### Required Validation Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/167) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/252) - Number of checksums and assets don't match. Checksums: 182. Assets: 794. Assets with no corresponding checksum are: assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Collections.Immutable.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.CodeDom.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ComponentModel.Composition.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Convention.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ComponentModel.Composition.Registration.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 Microsoft.NETCore.App.Runtime.Mono.osx-arm64 Microsoft.NETCore.App.Runtime.Mono.osx-x64 Microsoft.Extensions.Options.DataAnnotations Microsoft.Extensions.Options.ConfigurationExtensions Microsoft.ILVerification Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 Microsoft.NETCore.App.Crossgen2.linux-musl-arm Microsoft.Extensions.Hosting.WindowsServices Microsoft.Extensions.Hosting.Abstractions dotnet-ilverify Microsoft.Diagnostics.Tracing.EventSource.Redist Microsoft.Bcl.AsyncInterfaces Microsoft.Extensions.Caching.Abstractions Microsoft.NETCore.App.Crossgen2.linux-musl-x64 Microsoft.Extensions.Configuration.EnvironmentVariables Microsoft.Extensions.Hosting.Systemd Microsoft.Extensions.Configuration.Json Microsoft.Extensions.Configuration.UserSecrets Microsoft.Extensions.DependencyInjection assets/symbols/System.ServiceProcess.ServiceController.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.Tasks.Dataflow.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Windows.Extensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg Runtime/6.0.0-preview.6.21304.5/productVersion.txt assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.Win32.Registry.AccessControl Microsoft.Win32.SystemEvents assets/symbols/runtime.linux-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.XmlSerializer.Generator runtime.linux-arm.Microsoft.NETCore.DotNetAppHost Microsoft.Windows.Compatibility runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy runtime.linux-arm.Microsoft.NETCore.DotNetHost runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver runtime.linux-arm.Microsoft.NETCore.ILAsm runtime.linux-arm.Microsoft.NETCore.ILDAsm runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost runtime.linux-arm.Microsoft.NETCore.TestHost runtime.linux-arm.runtime.native.System.IO.Ports runtime.linux-arm64.Microsoft.NETCore.DotNetHost runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-arm64.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 Microsoft.NETCore.App.Runtime.osx-arm64 Microsoft.NETCore.App.Runtime.win-arm Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.win-x86 Microsoft.NETCore.DotNetHostPolicy Microsoft.NETCore.ILDAsm Microsoft.NETCore.ILAsm Microsoft.NETCore.DotNetHostResolver runtime.osx-x64.Microsoft.NETCore.DotNetAppHost runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm runtime.linux-musl-arm.Microsoft.NETCore.TestHost runtime.win-arm.Microsoft.NETCore.DotNetAppHost runtime.osx-x64.Microsoft.NETCore.DotNetHost runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver runtime.osx-x64.Microsoft.NETCore.ILAsm runtime.win-arm64.Microsoft.NETCore.DotNetAppHost runtime.osx-x64.Microsoft.NETCore.ILDAsm runtime.osx-x64.Microsoft.NETCore.TestHost runtime.osx-x64.runtime.native.System.IO.Ports runtime.win-arm.Microsoft.NETCore.DotNetHost runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy runtime.win-arm.Microsoft.NETCore.DotNetHostResolver runtime.win-arm.Microsoft.NETCore.ILAsm runtime.win-arm.Microsoft.NETCore.ILDAsm runtime.osx-arm64.Microsoft.NETCore.TestHost runtime.win-x64.Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.linux-x64 runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy runtime.win-x64.Microsoft.NETCore.DotNetHostResolver runtime.win-x64.Microsoft.NETCore.ILDAsm runtime.win-arm.Microsoft.NETCore.TestHost runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost runtime.osx-arm64.Microsoft.NETCore.ILDAsm runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm runtime.linux-musl-arm64.Microsoft.NETCore.TestHost runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver runtime.osx-arm64.Microsoft.NETCore.ILAsm runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm runtime.linux-x64.Microsoft.NETCore.DotNetHost Microsoft.NETCore.App.Runtime.Mono.linux-arm64 Microsoft.NETCore.App.Runtime.Mono.linux-arm runtime.osx-arm64.Microsoft.NETCore.DotNetHost Microsoft.Extensions.Logging.Configuration Microsoft.Extensions.Logging.Debug Microsoft.Extensions.Logging.EventLog Microsoft.Extensions.Logging.EventSource Microsoft.Extensions.Logging.TraceSource Microsoft.Extensions.Options Microsoft.NETCore.App.Composite Microsoft.Extensions.Primitives Microsoft.Extensions.Http Microsoft.IO.Redist Microsoft.NET.Runtime.iOS.Sample.Mono Microsoft.NET.Runtime.Android.Sample.Mono Microsoft.NET.Runtime.MonoAOTCompiler.Task Microsoft.NETCore.App.Crossgen2.linux-arm64 Microsoft.NET.Sdk.IL Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100 Microsoft.Extensions.FileProviders.Composite Microsoft.NETCore.App.Crossgen2.osx-arm64 Microsoft.Extensions.FileSystemGlobbing Microsoft.Extensions.Hosting Microsoft.Extensions.Configuration.Ini assets/symbols/runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Principal.Windows.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Permissions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.Xml.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Pipelines.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Drawing.Common.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.AccountManagement.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.Protocols.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Formats.Asn1.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Runtime.CompilerServices.Unsafe.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Runtime.Caching.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.TypedParts.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64 Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64 Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 Microsoft.NETCore.App.Runtime.osx-x64 Microsoft.NETCore.App.Runtime.Mono.win-x64 runtime.linux-musl-arm.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.win-x64 Microsoft.NETCore.App.Runtime.win-arm64 Microsoft.NETCore.App.Runtime.win-x86 Microsoft.NETCore.DotNetAppHost runtime.linux-musl-x64.Microsoft.NETCore.ILAsm runtime.linux-x64.Microsoft.NETCore.DotNetAppHost runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-x64.Microsoft.NETCore.ILDAsm runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver runtime.linux-x64.Microsoft.NETCore.ILAsm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 Microsoft.NETCore.App.Runtime.linux-arm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm Microsoft.NETCore.App.Runtime.linux-musl-x64 Microsoft.NETCore.App.Runtime.Mono.android-arm Microsoft.NETCore.App.Runtime.Mono.ios-arm Microsoft.NETCore.App.Runtime.Mono.browser-wasm Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 Microsoft.NETCore.App.Crossgen2.osx-x64 Microsoft.NETCore.App.Crossgen2.win-arm64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.Channels.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.ServiceModel.Syndication.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.DirectoryServices.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Formats.Cbor.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.ProtectedData.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Configuration.ConfigurationManager.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg Runtime/6.0.0-preview.6.21304.5/runtime-productVersion.txt assets/symbols/runtime.linux-arm64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64 runtime.linux-arm64.Microsoft.NETCore.ILDAsm runtime.linux-arm64.runtime.native.System.IO.Ports runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver Microsoft.Win32.Registry Microsoft.NETCore.TestHost Microsoft.NETCore.Platforms Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64 Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 Microsoft.NETCore.App.Runtime.linux-arm64 Microsoft.NETCore.App.Runtime.linux-musl-arm64 Microsoft.NETCore.App.Runtime.linux-x64 Microsoft.NETCore.App.Runtime.Mono.android-arm64 Microsoft.NETCore.App.Runtime.Mono.android-x86 Microsoft.NETCore.App.Runtime.Mono.android-x64 Microsoft.NETCore.App.Crossgen2.win-x86 Microsoft.NETCore.App.Host.linux-musl-arm Microsoft.NETCore.App.Host.linux-arm Microsoft.NETCore.App.Host.linux-arm64 Microsoft.NETCore.App.Host.linux-musl-arm64 Microsoft.NETCore.App.Host.linux-musl-x64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg runtime.win-x86.Microsoft.NETCore.DotNetHost Microsoft.NET.Runtime.wasm.Sample.Mono Microsoft.NET.Runtime.WebAssembly.Sdk Microsoft.NETCore.App.Crossgen2.linux-arm Microsoft.Extensions.Caching.Memory Microsoft.Extensions.Configuration Microsoft.Extensions.Configuration.Abstractions Microsoft.Extensions.Configuration.FileExtensions Microsoft.Extensions.Configuration.Binder Microsoft.Extensions.Configuration.CommandLine Microsoft.Extensions.Configuration.Xml Microsoft.Extensions.DependencyInjection.Abstractions Microsoft.Extensions.DependencyInjection.Specification.Tests Microsoft.Extensions.DependencyModel Microsoft.Extensions.FileProviders.Abstractions Microsoft.Extensions.FileProviders.Physical Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 Microsoft.NETCore.App.Runtime.Mono.ios-arm64 Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86 Microsoft.NETCore.App.Crossgen2.linux-x64 assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Sdk.IL.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm Microsoft.NETCore.App.Host.linux-x64 Microsoft.NETCore.App.Host.osx-arm64 Microsoft.NETCore.App.Host.osx-x64 Microsoft.NETCore.App.Host.win-arm Microsoft.NETCore.App.Host.win-x64 Microsoft.NETCore.App.Host.win-x86 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm Microsoft.NETCore.App.Host.win-arm64 runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy runtime.win-x64.Microsoft.NETCore.TestHost assets/symbols/Microsoft.NETCore.App.Host.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Composite.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg System.Security.AccessControl System.Security.Permissions System.Security.Cryptography.Xml System.Security.Principal.Windows System.ServiceModel.Syndication System.ServiceProcess.ServiceController System.Text.Encoding.CodePages System.Speech System.Text.Json System.Text.Encodings.Web System.Threading.AccessControl System.Threading.Channels System.Threading.Tasks.Dataflow System.Windows.Extensions System.IO.Ports System.Management System.IO.Pipes.AccessControl System.IO.Pipelines runtime.win-x86.Microsoft.NETCore.ILDAsm runtime.win-x86.Microsoft.NETCore.ILAsm runtime.win-x86.Microsoft.NETCore.DotNetHostResolver runtime.win-x86.Microsoft.NETCore.TestHost System.CodeDom System.Formats.Asn1 System.Composition.Runtime System.Diagnostics.EventLog System.DirectoryServices.AccountManagement System.IO.Packaging System.Configuration.ConfigurationManager System.Formats.Cbor assets/symbols/Microsoft.Extensions.Configuration.Xml.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileProviders.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg runtime.win-arm64.Microsoft.NETCore.DotNetHost runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost runtime.win-arm64.Microsoft.NETCore.ILDAsm runtime.win-x64.Microsoft.NETCore.DotNetAppHost runtime.win-arm64.Microsoft.NETCore.ILAsm runtime.win-x64.Microsoft.NETCore.ILAsm runtime.win-arm64.Microsoft.NETCore.TestHost runtime.linux-x64.Microsoft.NETCore.TestHost Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64 runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost runtime.linux-x64.runtime.native.System.IO.Ports runtime.native.System.IO.Ports runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy runtime.linux-musl-x64.Microsoft.NETCore.TestHost Microsoft.Extensions.Logging.Abstractions Microsoft.Extensions.Logging Microsoft.Extensions.Logging.Console Microsoft.NET.Runtime.RuntimeConfigParser.Task Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 Microsoft.NETCore.App.Runtime.linux-musl-arm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm Microsoft.NETCore.App.Crossgen2.win-x64 Microsoft.NETCore.App.Crossgen2.win-arm assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Host.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.ios-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyInjection.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileSystemGlobbing.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Primitives.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.WindowsServices.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Ini.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.FileExtensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.CommandLine.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Caching.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Encoding.CodePages.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Speech.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Text.Encodings.Web.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Threading.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.EventLog.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.DiagnosticSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Diagnostics.PerformanceCounter.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm Microsoft.NETCore.App.Ref Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 runtime.win-x86.Microsoft.NETCore.DotNetAppHost assets/symbols/Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.BrowserDebugHost.Transport.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.win-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.android-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.browser-wasm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg System.Security.Cryptography.ProtectedData System.Memory.Data assets/symbols/Microsoft.NET.HostModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Net.HostModel.PGO.6.0.0-preview.6.21304.5.symbols.nupkg System.Net.Http.Json assets/symbols/Microsoft.ILVerification.6.0.0-preview.6.21304.5.symbols.nupkg System.Net.Http.WinHttpHandler System.Numerics.Tensors System.Reflection.Metadata System.Reflection.Context System.Reflection.MetadataLoadContext System.Resources.Extensions System.Runtime.Caching System.Runtime.CompilerServices.Unsafe System.Security.Cryptography.Pkcs System.Data.Odbc assets/symbols/Microsoft.IO.Redist.6.0.0-preview.6.21304.5.symbols.nupkg System.Data.OleDb System.Diagnostics.DiagnosticSource System.Diagnostics.PerformanceCounter System.DirectoryServices System.Drawing.Common System.DirectoryServices.Protocols System.IO.FileSystem.AccessControl assets/symbols/Microsoft.Extensions.DependencyInjection.Specification.Tests.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.FileProviders.Composite.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/dotnet-pgo.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.ILDAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-x64.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-x64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-musl-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.Context.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.FileSystem.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Packaging.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Pipes.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.IO.Ports.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Data.OleDb.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Memory.Data.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Net.Http.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Net.Http.WinHttpHandler.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.Metadata.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Numerics.Tensors.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Reflection.MetadataLoadContext.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Resources.Extensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Security.Cryptography.Pkcs.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Management.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Data.Odbc.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-arm64.Microsoft.NETCore.TestHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.AttributedModel.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Hosting.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/System.Composition.Runtime.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm64.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64 runtime.linux-arm64.Microsoft.NETCore.TestHost Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64 runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.Android.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.iOS.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.MonoAOTCompiler.Task.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.RuntimeConfigParser.Task.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.wasm.Sample.Mono.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Runtime.WebAssembly.Sdk.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Crossgen2.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-musl-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.win-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Private.CoreFx.OOB.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.Registry.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.Registry.AccessControl.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Win32.SystemEvents.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Windows.Compatibility.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.XmlSerializer.Generator.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.CrossOsDiag.Private.CoreCLR.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHost.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/runtime.linux-arm.Microsoft.NETCore.ILAsm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Http.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.EventLog.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.EventSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.TraceSource.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.ConfigurationExtensions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.DataAnnotations.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.UserSecrets.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.EnvironmentVariables.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Caching.Memory.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Bcl.AsyncInterfaces.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Diagnostics.Tracing.EventSource.Redist.6.0.0-preview.6.21304.5.symbols.nupkg Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 assets/symbols/Microsoft.NETCore.App.PGO.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Ref.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.NETCore.App.Runtime.Mono.linux-arm64.6.0.0-preview.6.21304.5.symbols.nupkg System.Collections.Immutable System.ComponentModel.Composition System.ComponentModel.Composition.Registration System.Composition System.Composition.AttributedModel System.Composition.Convention System.Composition.Hosting System.Composition.TypedParts assets/symbols/Microsoft.Extensions.FileProviders.Physical.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.HostFactoryResolver.Sources.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Json.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Hosting.Systemd.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Configuration.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Console.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Logging.Debug.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Options.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Binder.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.Extensions.Configuration.Abstractions.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/Microsoft.AspNetCore.Internal.Transport.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/ILCompiler.Reflection.ReadyToRun.Experimental.6.0.0-preview.6.21304.5.symbols.nupkg assets/symbols/dotnet-ilverify.6.0.0-preview.6.21304.5.symbols.nupkg - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/255) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/201) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/263) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/278) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Signing Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/59) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/131) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Source Code Validation - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/57) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/74) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/105) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/120) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. #### Prep Ring - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1172320/logs/36) - Component Governance detected 1 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. ### Changes - [62d6b595](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/62d6b595bfbcd34d7068bba51c60a654f01e1910) - Michelle McDaniel - Merged PR 15394: Add additional validation around CVEs/Security releases in config - [d8b929ca](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/d8b929ca51c57bd3fc691219ff32aef12f013cdb) - Michelle McDaniel - Merged PR 15282: Add special handling to repo propagation for assets out of dotnet-sdk
infrastructure
build failed validate dotnet main runtime build failed x internal validate dotnet failed summary finished sat jun gmt duration minutes requested for dotnet bot reason manual details validation ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime win arm preview symbols nupkg x netcore engineering telemetry checksymbols missing symbols for modules in the package d workspace work a signed shipping assets symbols microsoft netcore app runtime win preview symbols nupkg x netcore engineering telemetry checksymbols symbols missing for packages x powershell exited with code warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency x validatesymbols entry found in generated contract does not match validatesymbols x steps were not validated for contract x contract was not validated x powershell exited with code required validation ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning number of checksums and assets don t match checksums assets assets with no corresponding checksum are assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime win arm microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols system collections immutable preview symbols nupkg assets symbols system codedom preview symbols nupkg assets symbols system componentmodel composition preview symbols nupkg assets symbols system composition preview symbols nupkg assets symbols system composition convention preview symbols nupkg assets symbols system componentmodel composition registration preview symbols nupkg microsoft netcore app runtime mono tvossimulator microsoft netcore app runtime mono osx microsoft netcore app runtime mono osx microsoft extensions options dataannotations microsoft extensions options configurationextensions microsoft ilverification microsoft netcore app linux musl microsoft netcore app linux musl arm microsoft extensions hosting windowsservices microsoft extensions hosting abstractions dotnet ilverify microsoft diagnostics tracing eventsource redist microsoft bcl asyncinterfaces microsoft extensions caching abstractions microsoft netcore app linux musl microsoft extensions configuration environmentvariables microsoft extensions hosting systemd microsoft extensions configuration json microsoft extensions configuration usersecrets microsoft extensions dependencyinjection assets symbols system serviceprocess servicecontroller preview symbols nupkg assets symbols system text json preview symbols nupkg assets symbols system threading tasks dataflow preview symbols nupkg assets symbols system windows extensions preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime native system io ports preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg runtime preview productversion txt assets symbols runtime linux microsoft netcore dotnetapphost preview symbols nupkg microsoft registry accesscontrol microsoft systemevents assets symbols runtime linux arm microsoft netcore testhost preview symbols nupkg microsoft xmlserializer generator runtime linux arm microsoft netcore dotnetapphost microsoft windows compatibility runtime linux arm microsoft netcore dotnethostpolicy runtime linux arm microsoft netcore dotnethost runtime linux arm microsoft netcore dotnethostresolver runtime linux arm microsoft netcore ilasm runtime linux arm microsoft netcore ildasm runtime linux microsoft netcore dotnetapphost runtime linux arm microsoft netcore testhost runtime linux arm runtime native system io ports runtime linux microsoft netcore dotnethost runtime linux microsoft netcore dotnethostpolicy runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ilasm microsoft netcore app runtime mono tvos microsoft netcore app runtime osx microsoft netcore app runtime win arm microsoft netcore dotnethost microsoft netcore app runtime mono win microsoft netcore dotnethostpolicy microsoft netcore ildasm microsoft netcore ilasm microsoft netcore dotnethostresolver runtime osx microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore ildasm runtime linux musl arm microsoft netcore testhost runtime win arm microsoft netcore dotnetapphost runtime osx microsoft netcore dotnethost runtime osx microsoft netcore dotnethostpolicy runtime osx microsoft netcore dotnethostresolver runtime osx microsoft netcore ilasm runtime win microsoft netcore dotnetapphost runtime osx microsoft netcore ildasm runtime osx microsoft netcore testhost runtime osx runtime native system io ports runtime win arm microsoft netcore dotnethost runtime win arm microsoft netcore dotnethostpolicy runtime win arm microsoft netcore dotnethostresolver runtime win arm microsoft netcore ilasm runtime win arm microsoft netcore ildasm runtime osx microsoft netcore testhost runtime win microsoft netcore dotnethost microsoft netcore app runtime mono linux runtime win microsoft netcore dotnethostpolicy runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore ildasm runtime win arm microsoft netcore testhost runtime linux musl microsoft netcore dotnetapphost runtime osx microsoft netcore ildasm runtime osx microsoft netcore dotnethostresolver runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore dotnethostresolver runtime linux musl microsoft netcore ilasm runtime linux musl microsoft netcore ildasm runtime linux musl microsoft netcore testhost runtime linux musl microsoft netcore dotnethost runtime linux musl microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore dotnethostresolver runtime osx microsoft netcore ilasm runtime linux musl microsoft netcore ildasm runtime linux microsoft netcore dotnethost microsoft netcore app runtime mono linux microsoft netcore app runtime mono linux arm runtime osx microsoft netcore dotnethost microsoft extensions logging configuration microsoft extensions logging debug microsoft extensions logging eventlog microsoft extensions logging eventsource microsoft extensions logging tracesource microsoft extensions options microsoft netcore app composite microsoft extensions primitives microsoft extensions http microsoft io redist microsoft net runtime ios sample mono microsoft net runtime android sample mono microsoft net runtime monoaotcompiler task microsoft netcore app linux microsoft net sdk il microsoft net workload mono toolchain manifest microsoft extensions fileproviders composite microsoft netcore app osx microsoft extensions filesystemglobbing microsoft extensions hosting microsoft extensions configuration ini assets symbols runtime linux arm runtime native system io ports preview symbols nupkg microsoft netcore app runtime aot osx cross maccatalyst assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols system security principal windows preview symbols nupkg assets symbols system security permissions preview symbols nupkg assets symbols system security cryptography xml preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols system io pipelines preview symbols nupkg assets symbols system drawing common preview symbols nupkg assets symbols system directoryservices accountmanagement preview symbols nupkg assets symbols system directoryservices protocols preview symbols nupkg assets symbols system formats preview symbols nupkg assets symbols system runtime compilerservices unsafe preview symbols nupkg assets symbols system runtime caching preview symbols nupkg assets symbols system composition typedparts preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono llvm linux microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime mono tvossimulator microsoft netcore app runtime osx microsoft netcore app runtime mono win runtime linux musl arm microsoft netcore ilasm microsoft netcore app runtime win microsoft netcore app runtime win microsoft netcore app runtime win microsoft netcore dotnetapphost runtime linux musl microsoft netcore ilasm runtime linux microsoft netcore dotnetapphost runtime linux microsoft netcore dotnethostpolicy runtime linux microsoft netcore ildasm runtime linux microsoft netcore dotnethostresolver runtime linux microsoft netcore ilasm microsoft netcore app runtime aot osx cross maccatalyst microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime linux arm microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot win cross browser wasm microsoft netcore app runtime linux musl microsoft netcore app runtime mono android arm microsoft netcore app runtime mono ios arm microsoft netcore app runtime mono browser wasm microsoft netcore app runtime mono iossimulator microsoft netcore app runtime mono iossimulator microsoft netcore app osx microsoft netcore app win assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app host win preview symbols nupkg assets symbols system threading channels preview symbols nupkg assets symbols system servicemodel syndication preview symbols nupkg assets symbols runtime osx microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethost preview symbols nupkg assets symbols runtime osx microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols system directoryservices preview symbols nupkg assets symbols system formats cbor preview symbols nupkg assets symbols system security cryptography protecteddata preview symbols nupkg assets symbols system security accesscontrol preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore ilasm preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols system configuration configurationmanager preview symbols nupkg assets symbols runtime win microsoft netcore ildasm preview symbols nupkg runtime preview runtime productversion txt assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg microsoft netcore app runtime mono llvm aot linux runtime linux microsoft netcore ildasm runtime linux runtime native system io ports runtime linux musl arm microsoft netcore dotnetapphost runtime linux musl arm microsoft netcore dotnethostpolicy runtime linux musl arm microsoft netcore dotnethostresolver microsoft registry microsoft netcore testhost microsoft netcore platforms microsoft netcore app runtime mono llvm osx microsoft netcore app runtime mono maccatalyst microsoft netcore app runtime linux microsoft netcore app runtime linux musl microsoft netcore app runtime linux microsoft netcore app runtime mono android microsoft netcore app runtime mono android microsoft netcore app runtime mono android microsoft netcore app win microsoft netcore app host linux musl arm microsoft netcore app host linux arm microsoft netcore app host linux microsoft netcore app host linux musl microsoft netcore app host linux musl assets symbols microsoft netcore app runtime aot linux cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross ios arm preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app linux preview symbols nupkg runtime win microsoft netcore dotnethost microsoft net runtime wasm sample mono microsoft net runtime webassembly sdk microsoft netcore app linux arm microsoft extensions caching memory microsoft extensions configuration microsoft extensions configuration abstractions microsoft extensions configuration fileextensions microsoft extensions configuration binder microsoft extensions configuration commandline microsoft extensions configuration xml microsoft extensions dependencyinjection abstractions microsoft extensions dependencyinjection specification tests microsoft extensions dependencymodel microsoft extensions fileproviders abstractions microsoft extensions fileproviders physical microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot osx cross iossimulator microsoft netcore app runtime aot osx cross tvos microsoft netcore app runtime aot osx cross tvossimulator microsoft netcore app runtime aot win cross android microsoft netcore app runtime aot win cross android microsoft netcore app runtime mono ios microsoft netcore app runtime mono iossimulator microsoft netcore app linux assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app host win arm preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft net sdk il preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross browser wasm preview symbols nupkg assets symbols microsoft netcore app win arm preview symbols nupkg assets symbols microsoft netcore app runtime linux arm preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono ios preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg microsoft netcore app runtime aot osx cross ios arm microsoft netcore app host linux microsoft netcore app host osx microsoft netcore app host osx microsoft netcore app host win arm microsoft netcore app host win microsoft netcore app host win microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot osx cross android arm microsoft netcore app host win runtime win microsoft netcore dotnethostpolicy runtime win microsoft netcore testhost assets symbols microsoft netcore app host win preview symbols nupkg assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android preview symbols nupkg assets symbols microsoft netcore app composite preview symbols nupkg assets symbols microsoft netcore app linux musl preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app host linux musl arm preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux musl preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app host osx preview symbols nupkg assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore app runtime win arm preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg system security accesscontrol system security permissions system security cryptography xml system security principal windows system servicemodel syndication system serviceprocess servicecontroller system text encoding codepages system speech system text json system text encodings web system threading accesscontrol system threading channels system threading tasks dataflow system windows extensions system io ports system management system io pipes accesscontrol system io pipelines runtime win microsoft netcore ildasm runtime win microsoft netcore ilasm runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore testhost system codedom system formats system composition runtime system diagnostics eventlog system directoryservices accountmanagement system io packaging system configuration configurationmanager system formats cbor assets symbols microsoft extensions configuration xml preview symbols nupkg assets symbols microsoft extensions dependencymodel preview symbols nupkg assets symbols microsoft extensions fileproviders abstractions preview symbols nupkg runtime win microsoft netcore dotnethost runtime win microsoft netcore dotnethostresolver runtime win microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore dotnetapphost runtime win microsoft netcore ildasm runtime win microsoft netcore dotnetapphost runtime win microsoft netcore ilasm runtime win microsoft netcore ilasm runtime win microsoft netcore testhost runtime linux microsoft netcore testhost microsoft netcore app runtime mono linux musl runtime osx microsoft netcore dotnetapphost runtime linux runtime native system io ports runtime native system io ports runtime osx microsoft netcore dotnethostpolicy runtime linux musl microsoft netcore testhost microsoft extensions logging abstractions microsoft extensions logging microsoft extensions logging console microsoft net runtime runtimeconfigparser task microsoft netcore app runtime aot win cross android arm microsoft netcore app runtime aot win cross android microsoft netcore app runtime linux musl arm microsoft netcore app runtime aot osx cross ios microsoft netcore app runtime aot osx cross browser wasm microsoft netcore app win microsoft netcore app win arm assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross ios preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app linux arm preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app win preview symbols nupkg assets symbols microsoft netcore app host linux arm preview symbols nupkg assets symbols microsoft netcore app host linux preview symbols nupkg assets symbols microsoft netcore app runtime osx preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore app runtime linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono android arm preview symbols nupkg assets symbols microsoft netcore app runtime mono ios arm preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot linux preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg assets symbols microsoft extensions dependencyinjection preview symbols nupkg assets symbols microsoft extensions filesystemglobbing preview symbols nupkg assets symbols microsoft extensions primitives preview symbols nupkg assets symbols microsoft extensions hosting windowsservices preview symbols nupkg assets symbols microsoft extensions configuration ini preview symbols nupkg assets symbols microsoft extensions configuration fileextensions preview symbols nupkg assets symbols microsoft extensions configuration commandline preview symbols nupkg assets symbols microsoft extensions caching abstractions preview symbols nupkg assets symbols microsoft extensions configuration preview symbols nupkg assets symbols system text encoding codepages preview symbols nupkg assets symbols system speech preview symbols nupkg assets symbols system text encodings web preview symbols nupkg assets symbols system threading accesscontrol preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win arm microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux microsoft netcore ildasm preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux microsoft netcore testhost preview symbols nupkg assets symbols runtime linux runtime native system io ports preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux musl microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux musl microsoft netcore ildasm preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win arm microsoft netcore testhost preview symbols nupkg assets symbols system diagnostics eventlog preview symbols nupkg assets symbols system diagnostics diagnosticsource preview symbols nupkg assets symbols system diagnostics performancecounter preview symbols nupkg microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot linux cross android arm microsoft netcore app ref microsoft netcore app runtime aot linux cross android microsoft netcore app runtime aot linux cross browser wasm microsoft netcore app runtime aot osx cross android microsoft netcore app runtime aot osx cross android runtime win microsoft netcore dotnetapphost assets symbols microsoft netcore app runtime aot linux cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross android preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols microsoft netcore browserdebughost transport preview symbols nupkg assets symbols microsoft netcore dotnetapphost preview symbols nupkg assets symbols microsoft netcore dotnethost preview symbols nupkg assets symbols microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols microsoft netcore dotnethostresolver preview symbols nupkg assets symbols microsoft netcore ilasm preview symbols nupkg assets symbols microsoft netcore ildasm preview symbols nupkg assets symbols microsoft netcore testhost preview symbols nupkg assets symbols runtime linux arm microsoft netcore ildasm preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime mono win preview symbols nupkg assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono android preview symbols nupkg assets symbols microsoft netcore app runtime mono browser wasm preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono linux arm preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm aot osx preview symbols nupkg assets symbols microsoft netcore app runtime mono tvos preview symbols nupkg assets symbols microsoft netcore app runtime mono osx preview symbols nupkg system security cryptography protecteddata system memory data assets symbols microsoft net hostmodel preview symbols nupkg assets symbols microsoft net hostmodel pgo preview symbols nupkg system net http json assets symbols microsoft ilverification preview symbols nupkg system net http winhttphandler system numerics tensors system reflection metadata system reflection context system reflection metadataloadcontext system resources extensions system runtime caching system runtime compilerservices unsafe system security cryptography pkcs system data odbc assets symbols microsoft io redist preview symbols nupkg system data oledb system diagnostics diagnosticsource system diagnostics performancecounter system directoryservices system drawing common system directoryservices protocols system io filesystem accesscontrol assets symbols microsoft extensions dependencyinjection specification tests preview symbols nupkg assets symbols microsoft extensions dependencyinjection abstractions preview symbols nupkg assets symbols microsoft extensions fileproviders composite preview symbols nupkg assets symbols dotnet pgo preview symbols nupkg assets symbols runtime linux microsoft netcore ilasm preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux musl arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols runtime osx microsoft netcore ilasm preview symbols nupkg assets symbols runtime osx microsoft netcore ildasm preview symbols nupkg assets symbols runtime osx microsoft netcore testhost preview symbols nupkg assets symbols runtime osx runtime native system io ports preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux musl microsoft netcore testhost preview symbols nupkg assets symbols runtime linux musl arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime win microsoft netcore dotnetapphost preview symbols nupkg assets symbols system reflection context preview symbols nupkg assets symbols system io filesystem accesscontrol preview symbols nupkg assets symbols system io packaging preview symbols nupkg assets symbols system io pipes accesscontrol preview symbols nupkg assets symbols system io ports preview symbols nupkg assets symbols system data oledb preview symbols nupkg assets symbols system memory data preview symbols nupkg assets symbols system net http json preview symbols nupkg assets symbols system net http winhttphandler preview symbols nupkg assets symbols system reflection metadata preview symbols nupkg assets symbols system numerics tensors preview symbols nupkg assets symbols system reflection metadataloadcontext preview symbols nupkg assets symbols system resources extensions preview symbols nupkg assets symbols system security cryptography pkcs preview symbols nupkg assets symbols system management preview symbols nupkg assets symbols system data odbc preview symbols nupkg assets symbols runtime win microsoft netcore testhost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime win microsoft netcore dotnethost preview symbols nupkg assets symbols system composition attributedmodel preview symbols nupkg assets symbols runtime win microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols system composition hosting preview symbols nupkg assets symbols system composition runtime preview symbols nupkg assets symbols runtime linux microsoft netcore dotnethost preview symbols nupkg microsoft netcore app runtime mono llvm aot linux runtime linux microsoft netcore testhost microsoft netcore app runtime mono llvm aot osx runtime linux musl arm microsoft netcore dotnethost assets symbols microsoft netcore app runtime aot osx cross tvos preview symbols nupkg assets symbols microsoft net runtime android sample mono preview symbols nupkg assets symbols microsoft net runtime ios sample mono preview symbols nupkg assets symbols microsoft net runtime monoaotcompiler task preview symbols nupkg assets symbols microsoft net runtime runtimeconfigparser task preview symbols nupkg assets symbols microsoft net runtime wasm sample mono preview symbols nupkg assets symbols microsoft net runtime webassembly sdk preview symbols nupkg assets symbols microsoft net workload mono toolchain manifest preview symbols nupkg assets symbols microsoft netcore app linux musl arm preview symbols nupkg assets symbols microsoft netcore app osx preview symbols nupkg assets symbols microsoft netcore app runtime linux musl arm preview symbols nupkg assets symbols microsoft netcore app runtime win preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnetapphost preview symbols nupkg assets symbols microsoft private corefx oob preview symbols nupkg assets symbols microsoft registry preview symbols nupkg assets symbols microsoft registry accesscontrol preview symbols nupkg assets symbols microsoft systemevents preview symbols nupkg assets symbols microsoft windows compatibility preview symbols nupkg assets symbols microsoft xmlserializer generator preview symbols nupkg assets symbols runtime linux arm microsoft crossosdiag private coreclr preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethost preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostpolicy preview symbols nupkg assets symbols runtime linux arm microsoft netcore dotnethostresolver preview symbols nupkg assets symbols runtime linux arm microsoft netcore ilasm preview symbols nupkg assets symbols microsoft netcore app runtime mono tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime linux preview symbols nupkg assets symbols microsoft netcore app runtime mono iossimulator preview symbols nupkg assets symbols microsoft netcore app runtime mono linux musl preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm osx preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg assets symbols microsoft extensions http preview symbols nupkg assets symbols microsoft extensions logging preview symbols nupkg assets symbols microsoft extensions logging abstractions preview symbols nupkg assets symbols microsoft extensions logging eventlog preview symbols nupkg assets symbols microsoft extensions logging eventsource preview symbols nupkg assets symbols microsoft extensions logging tracesource preview symbols nupkg assets symbols microsoft extensions options configurationextensions preview symbols nupkg assets symbols microsoft extensions options dataannotations preview symbols nupkg assets symbols microsoft extensions configuration usersecrets preview symbols nupkg assets symbols microsoft extensions configuration environmentvariables preview symbols nupkg assets symbols microsoft extensions caching memory preview symbols nupkg assets symbols microsoft bcl asyncinterfaces preview symbols nupkg assets symbols microsoft diagnostics tracing eventsource redist preview symbols nupkg microsoft netcore app runtime aot osx cross android assets symbols microsoft netcore app pgo preview symbols nupkg assets symbols microsoft netcore app ref preview symbols nupkg assets symbols microsoft netcore app runtime aot osx cross tvossimulator preview symbols nupkg assets symbols microsoft netcore app runtime aot win cross android arm preview symbols nupkg assets symbols microsoft netcore app runtime mono llvm linux preview symbols nupkg assets symbols microsoft netcore app runtime mono maccatalyst preview symbols nupkg assets symbols microsoft netcore app runtime mono linux preview symbols nupkg system collections immutable system componentmodel composition system componentmodel composition registration system composition system composition attributedmodel system composition convention system composition hosting system composition typedparts assets symbols microsoft extensions fileproviders physical preview symbols nupkg assets symbols microsoft extensions hostfactoryresolver sources preview symbols nupkg assets symbols microsoft extensions hosting preview symbols nupkg assets symbols microsoft extensions hosting abstractions preview symbols nupkg assets symbols microsoft extensions configuration json preview symbols nupkg assets symbols microsoft extensions hosting systemd preview symbols nupkg assets symbols microsoft extensions logging configuration preview symbols nupkg assets symbols microsoft extensions logging console preview symbols nupkg assets symbols microsoft extensions logging debug preview symbols nupkg assets symbols microsoft extensions options preview symbols nupkg assets symbols microsoft extensions configuration binder preview symbols nupkg assets symbols microsoft extensions configuration abstractions preview symbols nupkg assets symbols microsoft aspnetcore internal transport preview symbols nupkg assets symbols ilcompiler reflection readytorun experimental preview symbols nupkg assets symbols dotnet ilverify preview symbols nupkg warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency signing ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency source code validation warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency prep ring warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency changes michelle mcdaniel merged pr add additional validation around cves security releases in config michelle mcdaniel merged pr add special handling to repo propagation for assets out of dotnet sdk
1
8,015
7,188,585,715
IssuesEvent
2018-02-02 10:39:55
BaseAdresseNationale/api-gestion
https://api.github.com/repos/BaseAdresseNationale/api-gestion
closed
Spécification et développement d'un outil de monitoring (surveillance de l'activité autour de l'API ban)
infrastructure
Comme convenu lors de la réunion BAN Team du 27/09, ce ticket est ouvert pour discuter des spécifications d'un outil de monitoring permettant de surveiller l'activité autour de l'API. Cet outil d'exploitation permettrait de détecter les requêtes massives, les éventuelles attaques ... **proposition de spécifications**: - Avoir le nombre de put/get/... globales sur la dernière heure, le dernier jour, les derniers mois, années - Avoir le nombre de put/get/... par applications sur la dernière heure, le dernier jour, les derniers mois, années. - Détection d'attaques des DDoS - Détection d'attaques de mot de passe - Savoir si l'api est up ou down - Envoi de mails à l'administrateur si des critères d'alertes sont atteints (plus de xxx requêtes lors de la dernière heure ...) - Disposer d'une interface avec ces informations **développement ou outil existant:** Lors des dernières réunions Ban Team, il a été évoqué de développer des scripts allant interroger les logs générés par l'API. Une autre solution serait d'utiliser des outils existants style ELK (Elasticsearch, Logstash, and Kibana) ou centreon.
1.0
Spécification et développement d'un outil de monitoring (surveillance de l'activité autour de l'API ban) - Comme convenu lors de la réunion BAN Team du 27/09, ce ticket est ouvert pour discuter des spécifications d'un outil de monitoring permettant de surveiller l'activité autour de l'API. Cet outil d'exploitation permettrait de détecter les requêtes massives, les éventuelles attaques ... **proposition de spécifications**: - Avoir le nombre de put/get/... globales sur la dernière heure, le dernier jour, les derniers mois, années - Avoir le nombre de put/get/... par applications sur la dernière heure, le dernier jour, les derniers mois, années. - Détection d'attaques des DDoS - Détection d'attaques de mot de passe - Savoir si l'api est up ou down - Envoi de mails à l'administrateur si des critères d'alertes sont atteints (plus de xxx requêtes lors de la dernière heure ...) - Disposer d'une interface avec ces informations **développement ou outil existant:** Lors des dernières réunions Ban Team, il a été évoqué de développer des scripts allant interroger les logs générés par l'API. Une autre solution serait d'utiliser des outils existants style ELK (Elasticsearch, Logstash, and Kibana) ou centreon.
infrastructure
spécification et développement d un outil de monitoring surveillance de l activité autour de l api ban comme convenu lors de la réunion ban team du ce ticket est ouvert pour discuter des spécifications d un outil de monitoring permettant de surveiller l activité autour de l api cet outil d exploitation permettrait de détecter les requêtes massives les éventuelles attaques proposition de spécifications avoir le nombre de put get globales sur la dernière heure le dernier jour les derniers mois années avoir le nombre de put get par applications sur la dernière heure le dernier jour les derniers mois années détection d attaques des ddos détection d attaques de mot de passe savoir si l api est up ou down envoi de mails à l administrateur si des critères d alertes sont atteints plus de xxx requêtes lors de la dernière heure disposer d une interface avec ces informations développement ou outil existant lors des dernières réunions ban team il a été évoqué de développer des scripts allant interroger les logs générés par l api une autre solution serait d utiliser des outils existants style elk elasticsearch logstash and kibana ou centreon
1
25,922
12,321,630,268
IssuesEvent
2020-05-13 09:01:41
TeamNewPipe/NewPipe
https://api.github.com/repos/TeamNewPipe/NewPipe
closed
Different colors of "Retry" button and services
GUI enhancement good first issue multiservice
- [X] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [X] I checked if the issue/feature exists in the latest version. In NewPipe 0.12.0-beta, Retry button has red color on SoundCloud tab, as on YouTube. ![1](https://user-images.githubusercontent.com/14265316/36513929-11cfc0de-1783-11e8-95bb-7c5e0a7e917d.png)
1.0
Different colors of "Retry" button and services - - [X] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [X] I checked if the issue/feature exists in the latest version. In NewPipe 0.12.0-beta, Retry button has red color on SoundCloud tab, as on YouTube. ![1](https://user-images.githubusercontent.com/14265316/36513929-11cfc0de-1783-11e8-95bb-7c5e0a7e917d.png)
non_infrastructure
different colors of retry button and services i carefully read the and agree to them i checked if the issue feature exists in the latest version in newpipe beta retry button has red color on soundcloud tab as on youtube
0
35,519
31,781,107,282
IssuesEvent
2023-09-12 17:29:56
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
opened
Update TFM to net9.0
area-infrastructure
Runtime has updated their TFM to net9.0, so we need to do the same. Ongoing work in https://github.com/dotnet/aspnetcore/pull/50362
1.0
Update TFM to net9.0 - Runtime has updated their TFM to net9.0, so we need to do the same. Ongoing work in https://github.com/dotnet/aspnetcore/pull/50362
infrastructure
update tfm to runtime has updated their tfm to so we need to do the same ongoing work in
1
806,099
29,800,319,441
IssuesEvent
2023-06-16 07:35:39
nimblehq/android-templates
https://api.github.com/repos/nimblehq/android-templates
opened
Rename all Source Root folders from "java" to "kotlin"
type : chore status : need voting priority : normal
## Why The fact is that we **applied and used Kotlin as the main development language for such a long long time**, but we're still using the name of all `Source Root` folders in all modules as `java` instead of `kotlin` 😮‍💨 - The newly initialized project uses `kotlin` as the Source Root folder name ✅ - We should rename all Source Root folders from `java` to `kotlin` 🙆‍♂️ ![image](https://github.com/nimblehq/android-templates/assets/16315358/c3d09594-b030-4eb8-b206-6019cb093d55) ![mindblown-explosion](https://github.com/nimblehq/android-templates/assets/16315358/eb85a5f5-9649-44ea-86e2-ca52c43d5b3f) ## Who Benefits? Developers
1.0
Rename all Source Root folders from "java" to "kotlin" - ## Why The fact is that we **applied and used Kotlin as the main development language for such a long long time**, but we're still using the name of all `Source Root` folders in all modules as `java` instead of `kotlin` 😮‍💨 - The newly initialized project uses `kotlin` as the Source Root folder name ✅ - We should rename all Source Root folders from `java` to `kotlin` 🙆‍♂️ ![image](https://github.com/nimblehq/android-templates/assets/16315358/c3d09594-b030-4eb8-b206-6019cb093d55) ![mindblown-explosion](https://github.com/nimblehq/android-templates/assets/16315358/eb85a5f5-9649-44ea-86e2-ca52c43d5b3f) ## Who Benefits? Developers
non_infrastructure
rename all source root folders from java to kotlin why the fact is that we applied and used kotlin as the main development language for such a long long time but we re still using the name of all source root folders in all modules as java instead of kotlin 😮‍💨 the newly initialized project uses kotlin as the source root folder name ✅ we should rename all source root folders from java to kotlin 🙆‍♂️ who benefits developers
0
9,257
7,885,692,131
IssuesEvent
2018-06-27 13:14:31
srinikoganti/sams
https://api.github.com/repos/srinikoganti/sams
closed
Infrastructure:Multiple Update button Clicks
Infrastructure P1
Multiple Update button click issue for all logins in samsindia & apsams sites. after filling one row, if i click on Update button multiple times and it is creating multiple records. ![image](https://user-images.githubusercontent.com/33898419/35678109-18741a0e-0778-11e8-90a3-369151492735.png) Even though i have cleared all the records, and hitting the Update button .... ![image](https://user-images.githubusercontent.com/33898419/35678207-7da4b500-0778-11e8-87f9-a6b61d2041ec.png) ![image](https://user-images.githubusercontent.com/33898419/35678228-93af798e-0778-11e8-86f8-091044ec3ff7.png) it is showing all the records in the view page. ![image](https://user-images.githubusercontent.com/33898419/35678501-a7a4097c-0779-11e8-8299-ebbf8b21b38b.png) **Same issue for Building Information, Blocks Information, Rooms Information.**
1.0
Infrastructure:Multiple Update button Clicks - Multiple Update button click issue for all logins in samsindia & apsams sites. after filling one row, if i click on Update button multiple times and it is creating multiple records. ![image](https://user-images.githubusercontent.com/33898419/35678109-18741a0e-0778-11e8-90a3-369151492735.png) Even though i have cleared all the records, and hitting the Update button .... ![image](https://user-images.githubusercontent.com/33898419/35678207-7da4b500-0778-11e8-87f9-a6b61d2041ec.png) ![image](https://user-images.githubusercontent.com/33898419/35678228-93af798e-0778-11e8-86f8-091044ec3ff7.png) it is showing all the records in the view page. ![image](https://user-images.githubusercontent.com/33898419/35678501-a7a4097c-0779-11e8-8299-ebbf8b21b38b.png) **Same issue for Building Information, Blocks Information, Rooms Information.**
infrastructure
infrastructure multiple update button clicks multiple update button click issue for all logins in samsindia apsams sites after filling one row if i click on update button multiple times and it is creating multiple records even though i have cleared all the records and hitting the update button it is showing all the records in the view page same issue for building information blocks information rooms information
1
20,761
14,141,048,955
IssuesEvent
2020-11-10 12:07:32
Materials-Consortia/OPTIMADE
https://api.github.com/repos/Materials-Consortia/OPTIMADE
closed
Travis changing OSS billing
priority/low topic/infrastructure
As you may have seen, [Travis is ending free builds for open source projects](https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing). As part of the transition, we will get 1000 CI minutes to use before we have to start paying; each push to this repository uses ~3 minutes (as PR and push runs separately), so it will take us quite a while to run this down, but we should think about migrating (presumably to GitHub actions, which is used for part of our CI here already).
1.0
Travis changing OSS billing - As you may have seen, [Travis is ending free builds for open source projects](https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing). As part of the transition, we will get 1000 CI minutes to use before we have to start paying; each push to this repository uses ~3 minutes (as PR and push runs separately), so it will take us quite a while to run this down, but we should think about migrating (presumably to GitHub actions, which is used for part of our CI here already).
infrastructure
travis changing oss billing as you may have seen as part of the transition we will get ci minutes to use before we have to start paying each push to this repository uses minutes as pr and push runs separately so it will take us quite a while to run this down but we should think about migrating presumably to github actions which is used for part of our ci here already
1
412,365
12,041,735,987
IssuesEvent
2020-04-14 09:20:33
covid19india/covid19india-react
https://api.github.com/repos/covid19india/covid19india-react
closed
Link telephone numbers for click to call
Priority: Low Status: Available Type: Enhancement
While many modern mobile browsers automatically detect phone numbers and convert them to links, it’s a good idea to do this directly in your code. By manually tagging each phone number, you can ensure that phone numbers are always enabled for click to call and that they will be styled to match your site. To mark a phone number as a link, use the tel: scheme. The syntax is simple: example: `<a href="tel:+1-303-499-7111">+1 (303) 499-7111</a>` thanks,
1.0
Link telephone numbers for click to call - While many modern mobile browsers automatically detect phone numbers and convert them to links, it’s a good idea to do this directly in your code. By manually tagging each phone number, you can ensure that phone numbers are always enabled for click to call and that they will be styled to match your site. To mark a phone number as a link, use the tel: scheme. The syntax is simple: example: `<a href="tel:+1-303-499-7111">+1 (303) 499-7111</a>` thanks,
non_infrastructure
link telephone numbers for click to call while many modern mobile browsers automatically detect phone numbers and convert them to links it’s a good idea to do this directly in your code by manually tagging each phone number you can ensure that phone numbers are always enabled for click to call and that they will be styled to match your site to mark a phone number as a link use the tel scheme the syntax is simple example thanks
0
2,091
3,509,830,740
IssuesEvent
2016-01-09 01:44:54
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Create a telemetry dashboard for roslyn telemetry
Area-Infrastructure Feature Request
We need a way to visualize the telemetry that we collect in VS for Roslyn
1.0
Create a telemetry dashboard for roslyn telemetry - We need a way to visualize the telemetry that we collect in VS for Roslyn
infrastructure
create a telemetry dashboard for roslyn telemetry we need a way to visualize the telemetry that we collect in vs for roslyn
1
14,891
11,219,559,426
IssuesEvent
2020-01-07 14:08:57
USGS-WiM/StreamStats
https://api.github.com/repos/USGS-WiM/StreamStats
closed
Add Streamstats test to the shutdown script
Infrastructure Task
StreamStats subaccount. Please put TestWeb_20190315 [Instance ID i-096504e3845291262 ] in the shutdown script
1.0
Add Streamstats test to the shutdown script - StreamStats subaccount. Please put TestWeb_20190315 [Instance ID i-096504e3845291262 ] in the shutdown script
infrastructure
add streamstats test to the shutdown script streamstats subaccount please put testweb in the shutdown script
1
159,921
13,775,969,768
IssuesEvent
2020-10-08 08:48:09
pagopa/rtd-ms-transaction-filter
https://api.github.com/repos/pagopa/rtd-ms-transaction-filter
closed
Nomi variabili di ambiente in Appendice 2
documentation
Salve, volevo segnalare che i nomi delle variabili di ambiente segnalati in Appendice 2, ovvero quelli che fanno riferimento alla connessione al DB, non sono coerenti con quelli segnalati nel file application.yml di esempio. Ad esempio nel file application.yml è indicato "ACQ_BATCH_DB_CONN_URL", mentre in Appendice 2 è indicato "BATCH_DB_CONN_URL". Segnalo inoltre, nella stessa sezione, un refuso per cui per la chiave "spring.datasource.password" è indicato "BATCH_DB_USERNAME". Grazie, Alessio
1.0
Nomi variabili di ambiente in Appendice 2 - Salve, volevo segnalare che i nomi delle variabili di ambiente segnalati in Appendice 2, ovvero quelli che fanno riferimento alla connessione al DB, non sono coerenti con quelli segnalati nel file application.yml di esempio. Ad esempio nel file application.yml è indicato "ACQ_BATCH_DB_CONN_URL", mentre in Appendice 2 è indicato "BATCH_DB_CONN_URL". Segnalo inoltre, nella stessa sezione, un refuso per cui per la chiave "spring.datasource.password" è indicato "BATCH_DB_USERNAME". Grazie, Alessio
non_infrastructure
nomi variabili di ambiente in appendice salve volevo segnalare che i nomi delle variabili di ambiente segnalati in appendice ovvero quelli che fanno riferimento alla connessione al db non sono coerenti con quelli segnalati nel file application yml di esempio ad esempio nel file application yml è indicato acq batch db conn url mentre in appendice è indicato batch db conn url segnalo inoltre nella stessa sezione un refuso per cui per la chiave spring datasource password è indicato batch db username grazie alessio
0
17,164
12,238,798,805
IssuesEvent
2020-05-04 20:27:28
OpenLiberty/openliberty.io
https://api.github.com/repos/OpenLiberty/openliberty.io
closed
Redirect /community to go to /support instead
infrastructure
The link to the Community page, https://openliberty.io/community/, is missing. There use to be a link on the About page, which was removed, to the Community page. Where/Should a new link to the Community page be added somewhere?
1.0
Redirect /community to go to /support instead - The link to the Community page, https://openliberty.io/community/, is missing. There use to be a link on the About page, which was removed, to the Community page. Where/Should a new link to the Community page be added somewhere?
infrastructure
redirect community to go to support instead the link to the community page is missing there use to be a link on the about page which was removed to the community page where should a new link to the community page be added somewhere
1
33,230
27,321,883,959
IssuesEvent
2023-02-24 20:40:11
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
PR/issue labeling bot isn't labeling
area-Infrastructure
Nothing is getting automatically labeled, for at least the last day or two.
1.0
PR/issue labeling bot isn't labeling - Nothing is getting automatically labeled, for at least the last day or two.
infrastructure
pr issue labeling bot isn t labeling nothing is getting automatically labeled for at least the last day or two
1
150,117
11,948,138,402
IssuesEvent
2020-04-03 11:15:55
nanovms/nanos
https://api.github.com/repos/nanovms/nanos
closed
Runtime test errors do not propagate as Make errors
tests
Since commit ead28633c5aaf0075e3a66aa6c6cae49a35d0806, when running a runtime test that is supposed to fail, the failure does not propagate to the Makefile, thus running `make test` doesn't shown test failures, nor does running `make run`. Also, output written by programs via printf() doesn't show up in the terminal.
1.0
Runtime test errors do not propagate as Make errors - Since commit ead28633c5aaf0075e3a66aa6c6cae49a35d0806, when running a runtime test that is supposed to fail, the failure does not propagate to the Makefile, thus running `make test` doesn't shown test failures, nor does running `make run`. Also, output written by programs via printf() doesn't show up in the terminal.
non_infrastructure
runtime test errors do not propagate as make errors since commit when running a runtime test that is supposed to fail the failure does not propagate to the makefile thus running make test doesn t shown test failures nor does running make run also output written by programs via printf doesn t show up in the terminal
0
252,087
18,988,256,547
IssuesEvent
2021-11-22 01:40:51
timescale/docs
https://api.github.com/repos/timescale/docs
closed
[Content Bug] Error in crypto tutorial
bug documentation community
# Describe the bug > Hi @Ben It looks like the API changed since the writing of the tutorial. ## What do the docs say now? ## What should the docs say? # Page affected [Provide the URL to the page you noticed the bug on] # Version affected [Which version of the site you noticed the bug on] # Subject matter expert (SME) @zseta # Screenshots [Attach images of screenshots showing the bug] # Any further info Slack community thread: https://timescaledb.slack.com/archives/C63MYDZ35/p1634777142001900
1.0
[Content Bug] Error in crypto tutorial - # Describe the bug > Hi @Ben It looks like the API changed since the writing of the tutorial. ## What do the docs say now? ## What should the docs say? # Page affected [Provide the URL to the page you noticed the bug on] # Version affected [Which version of the site you noticed the bug on] # Subject matter expert (SME) @zseta # Screenshots [Attach images of screenshots showing the bug] # Any further info Slack community thread: https://timescaledb.slack.com/archives/C63MYDZ35/p1634777142001900
non_infrastructure
error in crypto tutorial describe the bug hi ben it looks like the api changed since the writing of the tutorial what do the docs say now what should the docs say page affected version affected subject matter expert sme zseta screenshots any further info slack community thread
0
115,184
17,290,421,196
IssuesEvent
2021-07-24 16:23:16
AlexRogalskiy/charts
https://api.github.com/repos/AlexRogalskiy/charts
closed
CVE-2020-7753 (High) detected in trim-0.0.1.tgz - autoclosed
security vulnerability
## CVE-2020-7753 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-0.0.1.tgz</b></p></summary> <p>Trim string whitespace</p> <p>Library home page: <a href="https://registry.npmjs.org/trim/-/trim-0.0.1.tgz">https://registry.npmjs.org/trim/-/trim-0.0.1.tgz</a></p> <p>Path to dependency file: charts/package.json</p> <p>Path to vulnerable library: charts/node_modules/trim/package.json</p> <p> Dependency Hierarchy: - remark-preset-davidtheclark-0.12.0.tgz (Root Library) - remark-cli-7.0.1.tgz - remark-11.0.2.tgz - remark-parse-7.0.2.tgz - :x: **trim-0.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/charts/commit/1058a4b77beb864f1c45d8e5a328fb6eefa657e7">1058a4b77beb864f1c45d8e5a328fb6eefa657e7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim(). <p>Publish Date: 2020-10-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7753>CVE-2020-7753</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/component/trim/pull/8">https://github.com/component/trim/pull/8</a></p> <p>Release Date: 2020-10-27</p> <p>Fix Resolution: trim - 0.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7753 (High) detected in trim-0.0.1.tgz - autoclosed - ## CVE-2020-7753 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-0.0.1.tgz</b></p></summary> <p>Trim string whitespace</p> <p>Library home page: <a href="https://registry.npmjs.org/trim/-/trim-0.0.1.tgz">https://registry.npmjs.org/trim/-/trim-0.0.1.tgz</a></p> <p>Path to dependency file: charts/package.json</p> <p>Path to vulnerable library: charts/node_modules/trim/package.json</p> <p> Dependency Hierarchy: - remark-preset-davidtheclark-0.12.0.tgz (Root Library) - remark-cli-7.0.1.tgz - remark-11.0.2.tgz - remark-parse-7.0.2.tgz - :x: **trim-0.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/charts/commit/1058a4b77beb864f1c45d8e5a328fb6eefa657e7">1058a4b77beb864f1c45d8e5a328fb6eefa657e7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim(). <p>Publish Date: 2020-10-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7753>CVE-2020-7753</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/component/trim/pull/8">https://github.com/component/trim/pull/8</a></p> <p>Release Date: 2020-10-27</p> <p>Fix Resolution: trim - 0.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_infrastructure
cve high detected in trim tgz autoclosed cve high severity vulnerability vulnerable library trim tgz trim string whitespace library home page a href path to dependency file charts package json path to vulnerable library charts node modules trim package json dependency hierarchy remark preset davidtheclark tgz root library remark cli tgz remark tgz remark parse tgz x trim tgz vulnerable library found in head commit a href vulnerability details all versions of package trim are vulnerable to regular expression denial of service redos via trim publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution trim step up your open source security game with whitesource
0
23,015
15,760,277,865
IssuesEvent
2021-03-31 08:48:43
raiden-network/light-client
https://api.github.com/repos/raiden-network/light-client
opened
Mobile dApp: Setup Fastlane for Google Play deployment
dApp mobile infrastructure 🚧
## Description Since we now have a developer account for Google Play we can start setting up the infrastructure necessary to deploy the dApp on Android. ## Acceptance criteria - Mobile dApp available for beta download on Google Play ## Tasks - [ ] Undestand Fastlane - [ ] Setup Fastlane
1.0
Mobile dApp: Setup Fastlane for Google Play deployment - ## Description Since we now have a developer account for Google Play we can start setting up the infrastructure necessary to deploy the dApp on Android. ## Acceptance criteria - Mobile dApp available for beta download on Google Play ## Tasks - [ ] Undestand Fastlane - [ ] Setup Fastlane
infrastructure
mobile dapp setup fastlane for google play deployment description since we now have a developer account for google play we can start setting up the infrastructure necessary to deploy the dapp on android acceptance criteria mobile dapp available for beta download on google play tasks undestand fastlane setup fastlane
1
1,192
3,072,014,771
IssuesEvent
2015-08-19 15:01:08
catapult-project/catapult
https://api.github.com/repos/catapult-project/catapult
closed
Need $catapult/bin/run_tests and a perf_insights/bin/run_tests
Infrastructure
We have lots of piecewise runners, which are awesome. But we should probably also have a tree of test runners too.
1.0
Need $catapult/bin/run_tests and a perf_insights/bin/run_tests - We have lots of piecewise runners, which are awesome. But we should probably also have a tree of test runners too.
infrastructure
need catapult bin run tests and a perf insights bin run tests we have lots of piecewise runners which are awesome but we should probably also have a tree of test runners too
1
294,939
9,050,871,052
IssuesEvent
2019-02-12 09:50:16
kubernetes/kubeadm
https://api.github.com/repos/kubernetes/kubeadm
closed
Auto detect CRI
area/UX area/ecosystem kind/feature lifecycle/active priority/important-longterm
With CRIs different than Docker gaining more and more popularity, we need to improve the user experience of kubeadm by not having to supply `--cri-socket` on every command if something different than Docker is used. Most of the other CRIs have well known default paths for Unix domain sockets, thus detecting the default installations of CRIs on the local machine should not be too difficult. Currently kubeadm will fail if `--cri-socket` is not specified and Docker is not installed on the system. But the bigger problem here is that, if `--cri-socket` is forgotten and Docker is installed, the wrong CRI could be used and the operation to succeed (like with kubeadm init). /area UX /area ecosystem /kind feature
1.0
Auto detect CRI - With CRIs different than Docker gaining more and more popularity, we need to improve the user experience of kubeadm by not having to supply `--cri-socket` on every command if something different than Docker is used. Most of the other CRIs have well known default paths for Unix domain sockets, thus detecting the default installations of CRIs on the local machine should not be too difficult. Currently kubeadm will fail if `--cri-socket` is not specified and Docker is not installed on the system. But the bigger problem here is that, if `--cri-socket` is forgotten and Docker is installed, the wrong CRI could be used and the operation to succeed (like with kubeadm init). /area UX /area ecosystem /kind feature
non_infrastructure
auto detect cri with cris different than docker gaining more and more popularity we need to improve the user experience of kubeadm by not having to supply cri socket on every command if something different than docker is used most of the other cris have well known default paths for unix domain sockets thus detecting the default installations of cris on the local machine should not be too difficult currently kubeadm will fail if cri socket is not specified and docker is not installed on the system but the bigger problem here is that if cri socket is forgotten and docker is installed the wrong cri could be used and the operation to succeed like with kubeadm init area ux area ecosystem kind feature
0
33,800
27,824,283,090
IssuesEvent
2023-03-19 15:35:56
JonasPammer/cookiecutter-pypackage
https://api.github.com/repos/JonasPammer/cookiecutter-pypackage
closed
remove pip-compile'd versions of requirements from cookiecutter
triage/accepted priority/high kind/infrastructure
it's a generated file that will change drastically when even one dependency is added by a project using this cookie, making the merge conflict displayed by a cruft update nonsensical. it always must be generated from the project's one
1.0
remove pip-compile'd versions of requirements from cookiecutter - it's a generated file that will change drastically when even one dependency is added by a project using this cookie, making the merge conflict displayed by a cruft update nonsensical. it always must be generated from the project's one
infrastructure
remove pip compile d versions of requirements from cookiecutter it s a generated file that will change drastically when even one dependency is added by a project using this cookie making the merge conflict displayed by a cruft update nonsensical it always must be generated from the project s one
1
30,158
24,589,956,277
IssuesEvent
2022-10-14 00:32:53
bootstrapworld/curriculum
https://api.github.com/repos/bootstrapworld/curriculum
closed
Use CSS grid for WeScheme conditionals
Infrastructure
There's some awfully brittle CSS that can be improved using CSS grids. If this is successful, it may also be applicable to if/then/else in Pyret.
1.0
Use CSS grid for WeScheme conditionals - There's some awfully brittle CSS that can be improved using CSS grids. If this is successful, it may also be applicable to if/then/else in Pyret.
infrastructure
use css grid for wescheme conditionals there s some awfully brittle css that can be improved using css grids if this is successful it may also be applicable to if then else in pyret
1
97,643
8,664,705,164
IssuesEvent
2018-11-28 20:59:30
chamilo/chamilo-lms
https://api.github.com/repos/chamilo/chamilo-lms
closed
Possible bug in Chamilo 1.11.8 - attach doc to work task
Bug Requires testing/validation
### Current behavior / Resultado actual / Résultat actuel Icomplete load of add_document script in attaching document to work/task. No footer loaded and no nothing occurs when expanding or collapsing documents tree. ### Expected behavior / Resultado esperado / Résultat attendu I suppose should be possible to select an existing document to attach it to a work ### Steps to reproduce / Pasos para reproducir / Étapes pour reproduire Create a task/work in a course, access as teacher or admin to edit the task and click de option "Add document" in the upper menu ### Chamilo Version / Versión de Chamilo / Version de Chamilo Chamilo 1.11.8
1.0
Possible bug in Chamilo 1.11.8 - attach doc to work task - ### Current behavior / Resultado actual / Résultat actuel Icomplete load of add_document script in attaching document to work/task. No footer loaded and no nothing occurs when expanding or collapsing documents tree. ### Expected behavior / Resultado esperado / Résultat attendu I suppose should be possible to select an existing document to attach it to a work ### Steps to reproduce / Pasos para reproducir / Étapes pour reproduire Create a task/work in a course, access as teacher or admin to edit the task and click de option "Add document" in the upper menu ### Chamilo Version / Versión de Chamilo / Version de Chamilo Chamilo 1.11.8
non_infrastructure
possible bug in chamilo attach doc to work task current behavior resultado actual résultat actuel icomplete load of add document script in attaching document to work task no footer loaded and no nothing occurs when expanding or collapsing documents tree expected behavior resultado esperado résultat attendu i suppose should be possible to select an existing document to attach it to a work steps to reproduce pasos para reproducir étapes pour reproduire create a task work in a course access as teacher or admin to edit the task and click de option add document in the upper menu chamilo version versión de chamilo version de chamilo chamilo
0
9,412
7,962,370,025
IssuesEvent
2018-07-13 14:06:57
servo/webrender
https://api.github.com/repos/servo/webrender
closed
Bug when converting a binary replay to a yaml file.
area: infrastructure type: bug
This seems especially broken on Gecko replays, which make use of multiple pipelines. If I comment out this line (https://github.com/servo/webrender/blob/master/wrench/src/yaml_frame_writer.rs#L328) I generally get usable replays (without it, only the main pipeline gets written out). I don't think that's the *correct* fix, but I haven't looked deeply into the root cause, and that code is a bit tangled to understand as well.
1.0
Bug when converting a binary replay to a yaml file. - This seems especially broken on Gecko replays, which make use of multiple pipelines. If I comment out this line (https://github.com/servo/webrender/blob/master/wrench/src/yaml_frame_writer.rs#L328) I generally get usable replays (without it, only the main pipeline gets written out). I don't think that's the *correct* fix, but I haven't looked deeply into the root cause, and that code is a bit tangled to understand as well.
infrastructure
bug when converting a binary replay to a yaml file this seems especially broken on gecko replays which make use of multiple pipelines if i comment out this line i generally get usable replays without it only the main pipeline gets written out i don t think that s the correct fix but i haven t looked deeply into the root cause and that code is a bit tangled to understand as well
1
14,013
10,577,765,250
IssuesEvent
2019-10-07 20:51:19
LibreTime/libretime
https://api.github.com/repos/LibreTime/libretime
closed
Add a link to chat.libretime.org in the docs
infrastructure
This is in relation to the discussion on #148 - where libretime.slack.com was created and people can use it. I realized since that topic was closed it would make sense to make the slack site semi-official otherwise only the people who were on that topic will ever join it. EDIT: We have moved to Mattermost on https://chat.libretime.org/ with open signup. A link needs adding to the docs
1.0
Add a link to chat.libretime.org in the docs - This is in relation to the discussion on #148 - where libretime.slack.com was created and people can use it. I realized since that topic was closed it would make sense to make the slack site semi-official otherwise only the people who were on that topic will ever join it. EDIT: We have moved to Mattermost on https://chat.libretime.org/ with open signup. A link needs adding to the docs
infrastructure
add a link to chat libretime org in the docs this is in relation to the discussion on where libretime slack com was created and people can use it i realized since that topic was closed it would make sense to make the slack site semi official otherwise only the people who were on that topic will ever join it edit we have moved to mattermost on with open signup a link needs adding to the docs
1
7,752
10,866,411,238
IssuesEvent
2019-11-14 21:11:19
pacificclimate/climate-explorer-data-prep
https://api.github.com/repos/pacificclimate/climate-explorer-data-prep
opened
Fill in missing HadGEM2 climatologies
process new data
nchelpers has been updated to handle the fact that HadGEM2 datasets stop on December 30, 2099 instead of December 30 2100. It is not possible to generate some missing degree day and climdex climatologies.
1.0
Fill in missing HadGEM2 climatologies - nchelpers has been updated to handle the fact that HadGEM2 datasets stop on December 30, 2099 instead of December 30 2100. It is not possible to generate some missing degree day and climdex climatologies.
non_infrastructure
fill in missing climatologies nchelpers has been updated to handle the fact that datasets stop on december instead of december it is not possible to generate some missing degree day and climdex climatologies
0
159,946
25,082,938,512
IssuesEvent
2022-11-07 20:59:41
elementary/website
https://api.github.com/repos/elementary/website
closed
Ask downloaders where they learned about elementary OS
Needs Design Status: Confirmed Priority: Low
Would be nice to know. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37982127-ask-downloaders-where-they-learned-about-elementary-os?utm_campaign=plugin&utm_content=tracker%2F10548672&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10548672&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Ask downloaders where they learned about elementary OS - Would be nice to know. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37982127-ask-downloaders-where-they-learned-about-elementary-os?utm_campaign=plugin&utm_content=tracker%2F10548672&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10548672&utm_medium=issues&utm_source=github). </bountysource-plugin>
non_infrastructure
ask downloaders where they learned about elementary os would be nice to know want to back this issue we accept bounties via
0
489,811
14,112,471,982
IssuesEvent
2020-11-07 05:33:17
Language-Mapping/language-map
https://api.github.com/repos/Language-Mapping/language-map
closed
Add "See Related" functionality
effort: 3:3rd_place_medal: (high):3rd_place_medal: focus: :gear: functionality:gear: priority: 0 (wishlist) type: :sparkles: enhancement:sparkles:
# Summary ...from today's Zoom, in a nutshell: **the elements in the Details panel should be clickable and will trigger the same filtering behavior as that of clicking a cell value in the table.** See "Original summary" section below for more details. ## UI considerations 1. How to make these elements appear link-like without a 💩 -show of overwhelming colors? The white and great look great as-is, as does the lack of underlines. ## Behavior questions 1. Define app-wide behavior/impacts . 1. Outline scenarios which might conflict with table filters. 1. ...and vice versa. Ideally this will all be route-based so we can just sprinkle in route links as needed. "just" 😆 ## Code approaches 1. How to preserve/overwrite routes efficiently? 1. If going all-in with routes, will need to scrap at least rewrite the logic in `onRowClick` handler. 1. Full-circle back to [this](https://github.com/sindresorhus/query-string) I guess? ## Original summary From Ross (paraphrased): > “Show Nearby” would be amazing... I’m continually aware that in many cases we have large groupings of languages: several dozen Englishes, a dozen varieties of Spanish, same with Chinese, Arabic, and some others. I’m sure the way we display search results will bear the biggest burden here, but I’m hoping that we can open people’s eyes to the diversity within familiar "languages" like these that are actually “macrolanguages” or groupings. There won’t be a way just to go to "Chinese", for instance… I have no sense of the technical challenges, but it just occurred to me in terms of a dream “recommendation engine” that one variety of Chinese could lead people to others, for instance. More detail is available in this [Sheets Data Schema thread](https://docs.google.com/spreadsheets/d/1X5Wqna2fFQzYnzqv6rKYGJr10byevr2oea6GTvq21w0/edit?disco=AAAAJs2_SUo), but basically the idea is to see features with similar attributes and encourage users to explore. This could be a linkable item inside a popup, for example (Jason): > What if the popup showed “Top-level language: Chinese” (or whatever the attribute might be) as a link rather than just text? > > Not to get too far into routing here, but a URL can really reflect what it represents, so in the above case the link would point to something like “map.languagemapping.org/layers/languages/top-level-lang-family/Chinese”. And visiting the link would do several things: symbolize and/or label the layer by top-level language, filter by Chinese, and zoom to the extent of the results? Just brainstorming for now, total wishlist and not in the SOW, but we can revisit later if time permits. It certainly ties in with the routing concept as well.
1.0
Add "See Related" functionality - # Summary ...from today's Zoom, in a nutshell: **the elements in the Details panel should be clickable and will trigger the same filtering behavior as that of clicking a cell value in the table.** See "Original summary" section below for more details. ## UI considerations 1. How to make these elements appear link-like without a 💩 -show of overwhelming colors? The white and great look great as-is, as does the lack of underlines. ## Behavior questions 1. Define app-wide behavior/impacts . 1. Outline scenarios which might conflict with table filters. 1. ...and vice versa. Ideally this will all be route-based so we can just sprinkle in route links as needed. "just" 😆 ## Code approaches 1. How to preserve/overwrite routes efficiently? 1. If going all-in with routes, will need to scrap at least rewrite the logic in `onRowClick` handler. 1. Full-circle back to [this](https://github.com/sindresorhus/query-string) I guess? ## Original summary From Ross (paraphrased): > “Show Nearby” would be amazing... I’m continually aware that in many cases we have large groupings of languages: several dozen Englishes, a dozen varieties of Spanish, same with Chinese, Arabic, and some others. I’m sure the way we display search results will bear the biggest burden here, but I’m hoping that we can open people’s eyes to the diversity within familiar "languages" like these that are actually “macrolanguages” or groupings. There won’t be a way just to go to "Chinese", for instance… I have no sense of the technical challenges, but it just occurred to me in terms of a dream “recommendation engine” that one variety of Chinese could lead people to others, for instance. More detail is available in this [Sheets Data Schema thread](https://docs.google.com/spreadsheets/d/1X5Wqna2fFQzYnzqv6rKYGJr10byevr2oea6GTvq21w0/edit?disco=AAAAJs2_SUo), but basically the idea is to see features with similar attributes and encourage users to explore. This could be a linkable item inside a popup, for example (Jason): > What if the popup showed “Top-level language: Chinese” (or whatever the attribute might be) as a link rather than just text? > > Not to get too far into routing here, but a URL can really reflect what it represents, so in the above case the link would point to something like “map.languagemapping.org/layers/languages/top-level-lang-family/Chinese”. And visiting the link would do several things: symbolize and/or label the layer by top-level language, filter by Chinese, and zoom to the extent of the results? Just brainstorming for now, total wishlist and not in the SOW, but we can revisit later if time permits. It certainly ties in with the routing concept as well.
non_infrastructure
add see related functionality summary from today s zoom in a nutshell the elements in the details panel should be clickable and will trigger the same filtering behavior as that of clicking a cell value in the table see original summary section below for more details ui considerations how to make these elements appear link like without a 💩 show of overwhelming colors the white and great look great as is as does the lack of underlines behavior questions define app wide behavior impacts outline scenarios which might conflict with table filters and vice versa ideally this will all be route based so we can just sprinkle in route links as needed just 😆 code approaches how to preserve overwrite routes efficiently if going all in with routes will need to scrap at least rewrite the logic in onrowclick handler full circle back to i guess original summary from ross paraphrased “show nearby” would be amazing i’m continually aware that in many cases we have large groupings of languages several dozen englishes a dozen varieties of spanish same with chinese arabic and some others i’m sure the way we display search results will bear the biggest burden here but i’m hoping that we can open people’s eyes to the diversity within familiar languages like these that are actually “macrolanguages” or groupings there won’t be a way just to go to chinese for instance… i have no sense of the technical challenges but it just occurred to me in terms of a dream “recommendation engine” that one variety of chinese could lead people to others for instance more detail is available in this but basically the idea is to see features with similar attributes and encourage users to explore this could be a linkable item inside a popup for example jason what if the popup showed “top level language chinese” or whatever the attribute might be as a link rather than just text not to get too far into routing here but a url can really reflect what it represents so in the above case the link would point to something like “map languagemapping org layers languages top level lang family chinese” and visiting the link would do several things symbolize and or label the layer by top level language filter by chinese and zoom to the extent of the results just brainstorming for now total wishlist and not in the sow but we can revisit later if time permits it certainly ties in with the routing concept as well
0
82,072
31,926,774,993
IssuesEvent
2023-09-19 02:49:41
snuailab/waffle_hub
https://api.github.com/repos/snuailab/waffle_hub
closed
A dependency issue has been identified between the numpy and torchmetric libraries.
defect
### Search before asking - [X] I have searched the [issues](https://github.com///issues) and found no similar bug report. ### Select Component _No response_ ### Bug When the numpy version is 1.24 or higher, a dependency issue arises with torchmetric version 1.0.0 or higher. Switching the numpy version to 1.23.5 resolves the issue and allows for normal operation. reason: np.float (deprecated) -> np.float64 ### Environment _No response_ ### Minimal Reproducible Example _No response_ ### Additional _No response_
1.0
A dependency issue has been identified between the numpy and torchmetric libraries. - ### Search before asking - [X] I have searched the [issues](https://github.com///issues) and found no similar bug report. ### Select Component _No response_ ### Bug When the numpy version is 1.24 or higher, a dependency issue arises with torchmetric version 1.0.0 or higher. Switching the numpy version to 1.23.5 resolves the issue and allows for normal operation. reason: np.float (deprecated) -> np.float64 ### Environment _No response_ ### Minimal Reproducible Example _No response_ ### Additional _No response_
non_infrastructure
a dependency issue has been identified between the numpy and torchmetric libraries search before asking i have searched the and found no similar bug report select component no response bug when the numpy version is or higher a dependency issue arises with torchmetric version or higher switching the numpy version to resolves the issue and allows for normal operation reason np float deprecated np environment no response minimal reproducible example no response additional no response
0
263,508
19,913,607,925
IssuesEvent
2022-01-25 19:51:55
BHelpful/BHelpful
https://api.github.com/repos/BHelpful/BHelpful
reopened
[Minor]: Fix recipe showcase's tags
documentation 📌 Incomplete Checklist MealPlanr MINOR CSS
### Project/Library/Tool (or repo) specific MealPlanr ### Description Implement the design/functionality of a recipe's tags. ### UX ![image](https://user-images.githubusercontent.com/39928082/149181269-a586dbda-ae7c-4326-8c51-d117a1134e4e.png) ### Acceptance criteria - [ ] The design looks like the UX - [ ] The tags should come from the generic tags currently implemented (once API is ready, the tags should come from there) ### Comments / questions Code to look at: https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/selectionArea/SelectionArea.tsx#L149-L156 https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/selectionArea/SelectionArea.scss#L153-L213 https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/showcase/Showcase.tsx#L15-L18 ### Definition of ready/done (DOR/DOD) [DON'T CHANGE THE CONTENT] #### Definition of ready - [x] DOR <details> <summary>Description</summary> ``` - Acceptance criteria written and reviewed by QA, PM and SE - Behavior scenarios written - Signed off UX - Estimated and appropriately scoped ``` </details> #### Definition of done - [x] DOD <details> <summary>Description</summary> ``` - Test complete - Merged to master - Unit tests on all new code (80% coverage) - Integration tests for endpoints / web sockets - End-to-end or integration tests verifying acceptance criteria - Code complete - Peer reviewed (1 person/people) - Follows BHelpful code standards / versioning guidelines - No commented out code or TODOs - Linting / Sonarcloud exceptions have explicit explanations - Verified by QA - Functionally manually verified on a setup like the actual setup - QA verifies test coverage aligns with master test plan - Verified by UX and product owner / verified by the team - Documentation of tech debt - Persistent technical documentation updated / written - Ready is updated / written ``` </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[Minor]: Fix recipe showcase's tags - ### Project/Library/Tool (or repo) specific MealPlanr ### Description Implement the design/functionality of a recipe's tags. ### UX ![image](https://user-images.githubusercontent.com/39928082/149181269-a586dbda-ae7c-4326-8c51-d117a1134e4e.png) ### Acceptance criteria - [ ] The design looks like the UX - [ ] The tags should come from the generic tags currently implemented (once API is ready, the tags should come from there) ### Comments / questions Code to look at: https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/selectionArea/SelectionArea.tsx#L149-L156 https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/selectionArea/SelectionArea.scss#L153-L213 https://github.com/BHelpful/BHelpful/blob/88cd5f23fdce6ea60f8265ae9ce192f529c3c34c/apps/mealplanr/src/components/showcase/Showcase.tsx#L15-L18 ### Definition of ready/done (DOR/DOD) [DON'T CHANGE THE CONTENT] #### Definition of ready - [x] DOR <details> <summary>Description</summary> ``` - Acceptance criteria written and reviewed by QA, PM and SE - Behavior scenarios written - Signed off UX - Estimated and appropriately scoped ``` </details> #### Definition of done - [x] DOD <details> <summary>Description</summary> ``` - Test complete - Merged to master - Unit tests on all new code (80% coverage) - Integration tests for endpoints / web sockets - End-to-end or integration tests verifying acceptance criteria - Code complete - Peer reviewed (1 person/people) - Follows BHelpful code standards / versioning guidelines - No commented out code or TODOs - Linting / Sonarcloud exceptions have explicit explanations - Verified by QA - Functionally manually verified on a setup like the actual setup - QA verifies test coverage aligns with master test plan - Verified by UX and product owner / verified by the team - Documentation of tech debt - Persistent technical documentation updated / written - Ready is updated / written ``` </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_infrastructure
fix recipe showcase s tags project library tool or repo specific mealplanr description implement the design functionality of a recipe s tags ux acceptance criteria the design looks like the ux the tags should come from the generic tags currently implemented once api is ready the tags should come from there comments questions code to look at definition of ready done dor dod definition of ready dor description acceptance criteria written and reviewed by qa pm and se behavior scenarios written signed off ux estimated and appropriately scoped definition of done dod description test complete merged to master unit tests on all new code coverage integration tests for endpoints web sockets end to end or integration tests verifying acceptance criteria code complete peer reviewed person people follows bhelpful code standards versioning guidelines no commented out code or todos linting sonarcloud exceptions have explicit explanations verified by qa functionally manually verified on a setup like the actual setup qa verifies test coverage aligns with master test plan verified by ux and product owner verified by the team documentation of tech debt persistent technical documentation updated written ready is updated written code of conduct i agree to follow this project s code of conduct
0
35,531
31,801,340,285
IssuesEvent
2023-09-13 11:19:29
emidombek/uptown_gallery
https://api.github.com/repos/emidombek/uptown_gallery
closed
USER STORY: Define Tables and Relationships
Critical Priority Infrastructure Complete
## User Story: Define Tables and Relationships **User Story:** As a developer, I want to define the tables and relationships in the database schema based on the initial design. **Acceptance Criteria:** 1. Create individual tables for each entity in the schema. 2. Define relationships (e.g., one-to-many, many-to-many) between tables. 3. Ensure referential integrity through foreign key constraints. 4. Implement any required join tables for many-to-many relationships. 5. Verify that the schema aligns with the initial design. **Tasks:** - [x] Create database tables for each entity. - [x] Define relationships between tables. - [x] Add foreign key constraints to enforce referential integrity. - [x] Implement join tables for many-to-many relationships. - [x] Review the schema to confirm alignment with the design.
1.0
USER STORY: Define Tables and Relationships - ## User Story: Define Tables and Relationships **User Story:** As a developer, I want to define the tables and relationships in the database schema based on the initial design. **Acceptance Criteria:** 1. Create individual tables for each entity in the schema. 2. Define relationships (e.g., one-to-many, many-to-many) between tables. 3. Ensure referential integrity through foreign key constraints. 4. Implement any required join tables for many-to-many relationships. 5. Verify that the schema aligns with the initial design. **Tasks:** - [x] Create database tables for each entity. - [x] Define relationships between tables. - [x] Add foreign key constraints to enforce referential integrity. - [x] Implement join tables for many-to-many relationships. - [x] Review the schema to confirm alignment with the design.
infrastructure
user story define tables and relationships user story define tables and relationships user story as a developer i want to define the tables and relationships in the database schema based on the initial design acceptance criteria create individual tables for each entity in the schema define relationships e g one to many many to many between tables ensure referential integrity through foreign key constraints implement any required join tables for many to many relationships verify that the schema aligns with the initial design tasks create database tables for each entity define relationships between tables add foreign key constraints to enforce referential integrity implement join tables for many to many relationships review the schema to confirm alignment with the design
1
30,124
8,482,756,797
IssuesEvent
2018-10-25 19:28:41
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
Add latest semantic-ui v2.4.0
:building_construction: Needs-review
[Semantic UI v2.4.0](https://github.com/Semantic-Org/Semantic-UI/releases/tag/2.4.0) was released a few days ago but still doesn't appear on cdnjs. Is this pending review or is there some other reason it doesn't appear on the site? /cc @jlukic
1.0
Add latest semantic-ui v2.4.0 - [Semantic UI v2.4.0](https://github.com/Semantic-Org/Semantic-UI/releases/tag/2.4.0) was released a few days ago but still doesn't appear on cdnjs. Is this pending review or is there some other reason it doesn't appear on the site? /cc @jlukic
non_infrastructure
add latest semantic ui was released a few days ago but still doesn t appear on cdnjs is this pending review or is there some other reason it doesn t appear on the site cc jlukic
0
385,402
11,420,328,631
IssuesEvent
2020-02-03 09:54:08
teamforus/forus
https://api.github.com/repos/teamforus/forus
closed
S9 Mobile: product details image above label,
Difficulty: Easy Priority: Should have Scope: Small
**URL tested:** https://dev.winterswijk.forus.io/#!/products/19 Open [URL](https://live.browserstack.com/dashboard#os=android&os_version=8.0&device=Samsung+Galaxy+S9+Plus&device_browser=chrome&zoom_to_fit=true&full_screen=true&url=https%3A%2F%2Fdev.winterswijk.forus.io%2F%23!%2Fproducts%2F19&speed=1&start_element=ClickedReproduceIssueFromgithub&start=true&furl=https://dev.winterswijk.forus.io/#!/products/19&utm_campaign=bug-report&utm_source=bug-report-url-to-reproduce&utm_medium=github) on Browserstack |Property | Value| |------------ | -------------| | Device | Samsung Galaxy S9 Plus | | Browser | Mobile_chrome | | Operating System | Android 8.0 | | Resolution | 1440 x 2960 px | | Screen size | 6.2 in - 6.2 x 2.9 in | | Viewport | 412 x 740 dp | | Aspect Ratio | 18.5 : 9 | Also text 'Ga voor het volledige aanbod lang bij de aanbieder' is on one lines instead of two lines **Screenshot Attached** [Screenshot URL](https://live.browserstack.com/issue-tracker/9921094ecc9cb1d7fc4243734c0dadf11057ea16/realdroid_Samsung_Galaxy_S9_Plus.jpg) ![Screenshot URL](https://live.browserstack.com/issue-tracker/9921094ecc9cb1d7fc4243734c0dadf11057ea16/realdroid_Samsung_Galaxy_S9_Plus.jpg) **[Click here](https://live.browserstack.com/dashboard#os=android&os_version=8.0&device=Samsung+Galaxy+S9+Plus&device_browser=chrome&zoom_to_fit=true&full_screen=true&url=https%3A%2F%2Fdev.winterswijk.forus.io%2F%23!%2Fproducts%2F19&speed=1&start_element=ClickedReproduceIssueFromgithub&start=true&furl=https://dev.winterswijk.forus.io/#!/products/19&utm_campaign=bug-report&utm_source=bug-report-url-to-reproduce&utm_medium=github) to reproduce the issue on Browserstack**
1.0
S9 Mobile: product details image above label, - **URL tested:** https://dev.winterswijk.forus.io/#!/products/19 Open [URL](https://live.browserstack.com/dashboard#os=android&os_version=8.0&device=Samsung+Galaxy+S9+Plus&device_browser=chrome&zoom_to_fit=true&full_screen=true&url=https%3A%2F%2Fdev.winterswijk.forus.io%2F%23!%2Fproducts%2F19&speed=1&start_element=ClickedReproduceIssueFromgithub&start=true&furl=https://dev.winterswijk.forus.io/#!/products/19&utm_campaign=bug-report&utm_source=bug-report-url-to-reproduce&utm_medium=github) on Browserstack |Property | Value| |------------ | -------------| | Device | Samsung Galaxy S9 Plus | | Browser | Mobile_chrome | | Operating System | Android 8.0 | | Resolution | 1440 x 2960 px | | Screen size | 6.2 in - 6.2 x 2.9 in | | Viewport | 412 x 740 dp | | Aspect Ratio | 18.5 : 9 | Also text 'Ga voor het volledige aanbod lang bij de aanbieder' is on one lines instead of two lines **Screenshot Attached** [Screenshot URL](https://live.browserstack.com/issue-tracker/9921094ecc9cb1d7fc4243734c0dadf11057ea16/realdroid_Samsung_Galaxy_S9_Plus.jpg) ![Screenshot URL](https://live.browserstack.com/issue-tracker/9921094ecc9cb1d7fc4243734c0dadf11057ea16/realdroid_Samsung_Galaxy_S9_Plus.jpg) **[Click here](https://live.browserstack.com/dashboard#os=android&os_version=8.0&device=Samsung+Galaxy+S9+Plus&device_browser=chrome&zoom_to_fit=true&full_screen=true&url=https%3A%2F%2Fdev.winterswijk.forus.io%2F%23!%2Fproducts%2F19&speed=1&start_element=ClickedReproduceIssueFromgithub&start=true&furl=https://dev.winterswijk.forus.io/#!/products/19&utm_campaign=bug-report&utm_source=bug-report-url-to-reproduce&utm_medium=github) to reproduce the issue on Browserstack**
non_infrastructure
mobile product details image above label url tested open on browserstack property value device samsung galaxy plus browser mobile chrome operating system android resolution x px screen size in x in viewport x dp aspect ratio also text ga voor het volledige aanbod lang bij de aanbieder is on one lines instead of two lines screenshot attached to reproduce the issue on browserstack
0
32,457
26,711,938,377
IssuesEvent
2023-01-28 02:02:56
shikijs/shiki
https://api.github.com/repos/shikijs/shiki
closed
Release of a new shiki-renderer-svg
bug infrastructure
Is it possible to get a new release if shiki-renderer-svg with never peer dependency? ``` npm ERR! Found: shiki@0.12.1 npm ERR! node_modules/shiki npm ERR! shiki@"^0.12.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer shiki@"^0.10.1" from shiki-renderer-svg@0.11.0 npm ERR! shiki-renderer-svg@"*" from the root project ```
1.0
Release of a new shiki-renderer-svg - Is it possible to get a new release if shiki-renderer-svg with never peer dependency? ``` npm ERR! Found: shiki@0.12.1 npm ERR! node_modules/shiki npm ERR! shiki@"^0.12.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer shiki@"^0.10.1" from shiki-renderer-svg@0.11.0 npm ERR! shiki-renderer-svg@"*" from the root project ```
infrastructure
release of a new shiki renderer svg is it possible to get a new release if shiki renderer svg with never peer dependency npm err found shiki npm err node modules shiki npm err shiki from the root project npm err npm err could not resolve dependency npm err peer shiki from shiki renderer svg npm err shiki renderer svg from the root project
1
100,077
11,172,067,885
IssuesEvent
2019-12-29 02:05:57
emqx/emqx
https://api.github.com/repos/emqx/emqx
closed
what's the difference of ssl connection between mqtt clients?
Documentation
#### Environment - OS: ubuntu16.04 - Erlang/OTP: version 22 - EMQ: 3.2.1 #### Description EMQx on the server 172.21.45.A I(172.21.45.B) use different ways to connect 172.21.45.A:8883 config: ``` listener.ssl.external.keyfile = etc/certs/server.key listener.ssl.external.certfile = etc/certs/server-cert.pem listener.ssl.external.cacertfile = etc/certs/cacert.pem #listener.ssl.external.verify = verify_peer #listener.ssl.external.fail_if_no_peer_cert = true ``` **OK**: 172.21.45.B(windows) `openssl s_client -connect 172.21.45.A:8883 -CAfile ca.pem -showcerts` **OK**: 172.21.45.B(windows) mosquitto_sub: `mosquitto_sub -t topic -p 8883 --cafile ca.pem ` **FAILED**: 172.21.45.B(windows) Mqttbox and Mqtt.fx(CA is the same as the OK case) log is : `[debug] 172.21.45.C:50859 [Channel] Terminated for {shutdown, closed}` **FAILED**: 172.21.45.C(ubuntu) ``` $ erl -pa _build/default/lib/*/ebin ## connect to broker 1> {ok, ConnPid} = emqtt:start_link([{client_id, <<"my_client">>}, {ssl, true}, {ssl_opts, [{cacertfile,"ca.pem"}]}, {port, 8883}]). {ok,<0.80.0>} 2> {ok, _Props} = emqtt:connect(ConnPid). ``` I got ``` =NOTICE REPORT==== 15-Aug-2019::10:11:59.955314 === TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security {error,{tls_alert,{insufficient_security,"TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}}} 3> =ERROR REPORT==== 15-Aug-2019::10:11:59.957793 === ** State machine <0.81.0> terminating ** Last event = {{call,{<0.79.0>,#Ref<0.331553409.840957954.37690>}}, {connect,emqtt_sock}} ** When server state = {initialized, {state,undefined,<0.79.0>,undefined, {127,0,0,1}, 8883,[],emqtt_sock,undefined, [{ssl_opts, [{cacertfile,"..//certs/second-cacert.pem"}]}], 60000,false,<<"my_client">>,true,undefined, undefined,4,<<"MQTT">>,60,undefined,false,false, false, {mqtt_msg,0,false,false,undefined,undefined, undefined,undefined}, #{},[],#{},infinity,#{},#{},true,30000,undefined,0, undefined,undefined,1, {none,#{max_size => 268435455,version => 4}}}} ** Reason for termination = exit:{tls_alert, {insufficient_security, "TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} ** Callback mode = state_functions ** Stacktrace = ** [{gen_statem,loop_state_callback_result,11, [{file,"gen_statem.erl"},{line,1292}]}, {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}] ** Client <0.79.0> stacktrace ** [{shell,eval_loop,3,[{file,"shell.erl"},{line,621}]}] =CRASH REPORT==== 15-Aug-2019::10:11:59.958697 === crasher: initial call: emqtt:init/1 pid: <0.81.0> registered_name: [] exception exit: {tls_alert, {insufficient_security, "TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} in function gen_statem:loop_state_callback_result/11 (gen_statem.erl, line 1292) ancestors: [<0.79.0>] message_queue_len: 0 messages: [] links: [<0.79.0>] dictionary: [] trap_exit: true status: running heap_size: 4185 stack_size: 27 reductions: 20031 neighbours: neighbour: pid: <0.79.0> registered_name: [] initial_call: {erlang,apply,2} current_function: {shell,eval_loop,3} ancestors: [] message_queue_len: 1 links: [<0.72.0>,<0.81.0>] trap_exit: false status: waiting heap_size: 1598 stack_size: 7 reductions: 6033 current_stacktrace: [{shell,eval_loop,3,[{file,"shell.erl"},{line,621}]}] ** exception error: {tls_alert,{insufficient_security,"TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} ```
1.0
what's the difference of ssl connection between mqtt clients? - #### Environment - OS: ubuntu16.04 - Erlang/OTP: version 22 - EMQ: 3.2.1 #### Description EMQx on the server 172.21.45.A I(172.21.45.B) use different ways to connect 172.21.45.A:8883 config: ``` listener.ssl.external.keyfile = etc/certs/server.key listener.ssl.external.certfile = etc/certs/server-cert.pem listener.ssl.external.cacertfile = etc/certs/cacert.pem #listener.ssl.external.verify = verify_peer #listener.ssl.external.fail_if_no_peer_cert = true ``` **OK**: 172.21.45.B(windows) `openssl s_client -connect 172.21.45.A:8883 -CAfile ca.pem -showcerts` **OK**: 172.21.45.B(windows) mosquitto_sub: `mosquitto_sub -t topic -p 8883 --cafile ca.pem ` **FAILED**: 172.21.45.B(windows) Mqttbox and Mqtt.fx(CA is the same as the OK case) log is : `[debug] 172.21.45.C:50859 [Channel] Terminated for {shutdown, closed}` **FAILED**: 172.21.45.C(ubuntu) ``` $ erl -pa _build/default/lib/*/ebin ## connect to broker 1> {ok, ConnPid} = emqtt:start_link([{client_id, <<"my_client">>}, {ssl, true}, {ssl_opts, [{cacertfile,"ca.pem"}]}, {port, 8883}]). {ok,<0.80.0>} 2> {ok, _Props} = emqtt:connect(ConnPid). ``` I got ``` =NOTICE REPORT==== 15-Aug-2019::10:11:59.955314 === TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security {error,{tls_alert,{insufficient_security,"TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}}} 3> =ERROR REPORT==== 15-Aug-2019::10:11:59.957793 === ** State machine <0.81.0> terminating ** Last event = {{call,{<0.79.0>,#Ref<0.331553409.840957954.37690>}}, {connect,emqtt_sock}} ** When server state = {initialized, {state,undefined,<0.79.0>,undefined, {127,0,0,1}, 8883,[],emqtt_sock,undefined, [{ssl_opts, [{cacertfile,"..//certs/second-cacert.pem"}]}], 60000,false,<<"my_client">>,true,undefined, undefined,4,<<"MQTT">>,60,undefined,false,false, false, {mqtt_msg,0,false,false,undefined,undefined, undefined,undefined}, #{},[],#{},infinity,#{},#{},true,30000,undefined,0, undefined,undefined,1, {none,#{max_size => 268435455,version => 4}}}} ** Reason for termination = exit:{tls_alert, {insufficient_security, "TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} ** Callback mode = state_functions ** Stacktrace = ** [{gen_statem,loop_state_callback_result,11, [{file,"gen_statem.erl"},{line,1292}]}, {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}] ** Client <0.79.0> stacktrace ** [{shell,eval_loop,3,[{file,"shell.erl"},{line,621}]}] =CRASH REPORT==== 15-Aug-2019::10:11:59.958697 === crasher: initial call: emqtt:init/1 pid: <0.81.0> registered_name: [] exception exit: {tls_alert, {insufficient_security, "TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} in function gen_statem:loop_state_callback_result/11 (gen_statem.erl, line 1292) ancestors: [<0.79.0>] message_queue_len: 0 messages: [] links: [<0.79.0>] dictionary: [] trap_exit: true status: running heap_size: 4185 stack_size: 27 reductions: 20031 neighbours: neighbour: pid: <0.79.0> registered_name: [] initial_call: {erlang,apply,2} current_function: {shell,eval_loop,3} ancestors: [] message_queue_len: 1 links: [<0.72.0>,<0.81.0>] trap_exit: false status: waiting heap_size: 1598 stack_size: 7 reductions: 6033 current_stacktrace: [{shell,eval_loop,3,[{file,"shell.erl"},{line,621}]}] ** exception error: {tls_alert,{insufficient_security,"TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security\n"}} ```
non_infrastructure
what s the difference of ssl connection between mqtt clients environment os erlang otp version emq description emqx on the server a i b use different ways to connect a config listener ssl external keyfile etc certs server key listener ssl external certfile etc certs server cert pem listener ssl external cacertfile etc certs cacert pem listener ssl external verify verify peer listener ssl external fail if no peer cert true ok b windows openssl s client connect a cafile ca pem showcerts ok b windows mosquitto sub mosquitto sub t topic p cafile ca pem failed b windows mqttbox and mqtt fx(ca is the same as the ok case) log is c terminated for shutdown closed failed c ubuntu erl pa build default lib ebin connect to broker ok connpid emqtt start link port ok ok props emqtt connect connpid i got notice report aug tls client in state hello received server alert fatal insufficient security error tls alert insufficient security tls client in state hello received server alert fatal insufficient security n error report aug state machine terminating last event call ref connect emqtt sock when server state initialized state undefined undefined emqtt sock undefined ssl opts false true undefined undefined undefined false false false mqtt msg false false undefined undefined undefined undefined infinity true undefined undefined undefined none max size version reason for termination exit tls alert insufficient security tls client in state hello received server alert fatal insufficient security n callback mode state functions stacktrace gen statem loop state callback result proc lib init p do apply client stacktrace crash report aug crasher initial call emqtt init pid registered name exception exit tls alert insufficient security tls client in state hello received server alert fatal insufficient security n in function gen statem loop state callback result gen statem erl line ancestors message queue len messages links dictionary trap exit true status running heap size stack size reductions neighbours neighbour pid registered name initial call erlang apply current function shell eval loop ancestors message queue len links trap exit false status waiting heap size stack size reductions current stacktrace exception error tls alert insufficient security tls client in state hello received server alert fatal insufficient security n
0
25,194
18,250,284,239
IssuesEvent
2021-10-02 04:39:21
infinyon/fluvio
https://api.github.com/repos/infinyon/fluvio
closed
fluvio-test - Change cluster start/delete flags to use opt-in logic
enhancement Test Infrastructure
After a few months of regularly using `fluvio-test`, I realized that I don't use the cluster start/stop features. `fluvio-test -d -k <test-name>` -- Typically, I'll always use this with the `-d` and `-k` flags. --- Instead of: * `--disable-install` or `-d` * Preventing the deployment of a cluster before a test. And: * `--keep-cluster` or `-k` * Preventing the deletion of a cluster after a test We should have the opposite logic be the default. * `--cluster-start` * Attempt to create a cluster at the start of a test. (Important detail: Don't fail if a cluster already exists. Be idempotent) * `--cluster-delete` * Delete the cluster at the end of the test --- We need short versions of these flags too. I want to use `-s` for start and `-d` for delete. However `-s` is the short flag for `--spu`. It is likely that I'm going to take this back. I feel like this won't be confusing as `fluvio cluster start` does not use `-s` as a short flag for `--spu`.
1.0
fluvio-test - Change cluster start/delete flags to use opt-in logic - After a few months of regularly using `fluvio-test`, I realized that I don't use the cluster start/stop features. `fluvio-test -d -k <test-name>` -- Typically, I'll always use this with the `-d` and `-k` flags. --- Instead of: * `--disable-install` or `-d` * Preventing the deployment of a cluster before a test. And: * `--keep-cluster` or `-k` * Preventing the deletion of a cluster after a test We should have the opposite logic be the default. * `--cluster-start` * Attempt to create a cluster at the start of a test. (Important detail: Don't fail if a cluster already exists. Be idempotent) * `--cluster-delete` * Delete the cluster at the end of the test --- We need short versions of these flags too. I want to use `-s` for start and `-d` for delete. However `-s` is the short flag for `--spu`. It is likely that I'm going to take this back. I feel like this won't be confusing as `fluvio cluster start` does not use `-s` as a short flag for `--spu`.
infrastructure
fluvio test change cluster start delete flags to use opt in logic after a few months of regularly using fluvio test i realized that i don t use the cluster start stop features fluvio test d k typically i ll always use this with the d and k flags instead of disable install or d preventing the deployment of a cluster before a test and keep cluster or k preventing the deletion of a cluster after a test we should have the opposite logic be the default cluster start attempt to create a cluster at the start of a test important detail don t fail if a cluster already exists be idempotent cluster delete delete the cluster at the end of the test we need short versions of these flags too i want to use s for start and d for delete however s is the short flag for spu it is likely that i m going to take this back i feel like this won t be confusing as fluvio cluster start does not use s as a short flag for spu
1
351,197
25,017,193,494
IssuesEvent
2022-11-03 19:57:33
bounswe/bounswe2022group3
https://api.github.com/repos/bounswe/bounswe2022group3
closed
Customer Milestone Feedbacks
documentation priority: moderate effort: moderate
### Issue We have been through first milestone. I was the note-taker during the presentation and I will document the feedbacks from customer for later use. ### Task(s) - [x] Clean up the notes from the milestone. - [x] Document them on wiki. ### Deliverable(s) * Wiki page of Customer Milestone 1 feedback. ### Acceptance Criteria * Customer Milestone 1 feedbacks must be delivered on wiki page. ### Deadline of the issue 02.11.2022 ### Reviewer _No response_ ### Deadline for Review _No response_
1.0
Customer Milestone Feedbacks - ### Issue We have been through first milestone. I was the note-taker during the presentation and I will document the feedbacks from customer for later use. ### Task(s) - [x] Clean up the notes from the milestone. - [x] Document them on wiki. ### Deliverable(s) * Wiki page of Customer Milestone 1 feedback. ### Acceptance Criteria * Customer Milestone 1 feedbacks must be delivered on wiki page. ### Deadline of the issue 02.11.2022 ### Reviewer _No response_ ### Deadline for Review _No response_
non_infrastructure
customer milestone feedbacks issue we have been through first milestone i was the note taker during the presentation and i will document the feedbacks from customer for later use task s clean up the notes from the milestone document them on wiki deliverable s wiki page of customer milestone feedback acceptance criteria customer milestone feedbacks must be delivered on wiki page deadline of the issue reviewer no response deadline for review no response
0
239,849
19,959,051,231
IssuesEvent
2022-01-28 05:21:39
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
ccl/streamingccl/streamingest: TestStreamIngestionFrontierProcessor failed
C-test-failure O-robot branch-master
ccl/streamingccl/streamingest.TestStreamIngestionFrontierProcessor [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4236151&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4236151&tab=artifacts#/) on master @ [ba04380bfbca30bf16e15048786716bec510a263](https://github.com/cockroachdb/cockroach/commits/ba04380bfbca30bf16e15048786716bec510a263): ``` | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_proposal.go:889 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).evalAndPropose | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_raft.go:89 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).executeWriteBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_write.go:153 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).executeBatchWithConcurrencyRetries | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:517 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).sendWithoutRangeID | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:247 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:96 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_send.go:190 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/stores.go:191 | github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal.func1 | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:957 | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTaskWithErr | /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:344 | github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:945 | github.com/cockroachdb/cockroach/pkg/server.(*Node).Batch | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:1014 | github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.Batch | /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:565 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).sendBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:209 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).SendNext | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:191 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.raceTransport.SendNext | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport_race.go:79 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2021 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1569 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1177 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:798 | github.com/cockroachdb/cockroach/pkg/kv.(*CrossRangeTxnWrapperSender).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:221 | github.com/cockroachdb/cockroach/pkg/kv.(*DB).sendUsingSender | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:910 | github.com/cockroachdb/cockroach/pkg/kv.(*DB).send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:893 | github.com/cockroachdb/cockroach/pkg/kv.sendAndFill | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:803 Wraps: (7) SST stats are incorrect: diff(given, actual) = [GCBytesAge: 39440086776 != 0] Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *assert.withAssertionFailure (6) *errbase.opaqueWrapper (7) *errutil.leafError TraceData:[] LeafTxnFinalState:<nil> RowNum:<nil> SamplerProgress:<nil> BulkProcessorProgress:<nil> Metrics:<nil>} --- FAIL: TestStreamIngestionFrontierProcessor/no-checkpoints (0.06s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - GOFLAGS=-json </p> </details> /cc @cockroachdb/bulk-io <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestStreamIngestionFrontierProcessor.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
ccl/streamingccl/streamingest: TestStreamIngestionFrontierProcessor failed - ccl/streamingccl/streamingest.TestStreamIngestionFrontierProcessor [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4236151&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4236151&tab=artifacts#/) on master @ [ba04380bfbca30bf16e15048786716bec510a263](https://github.com/cockroachdb/cockroach/commits/ba04380bfbca30bf16e15048786716bec510a263): ``` | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_proposal.go:889 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).evalAndPropose | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_raft.go:89 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).executeWriteBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_write.go:153 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).executeBatchWithConcurrencyRetries | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:517 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).sendWithoutRangeID | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:247 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_send.go:96 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_send.go:190 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/stores.go:191 | github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal.func1 | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:957 | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTaskWithErr | /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:344 | github.com/cockroachdb/cockroach/pkg/server.(*Node).batchInternal | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:945 | github.com/cockroachdb/cockroach/pkg/server.(*Node).Batch | /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:1014 | github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.Batch | /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:565 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).sendBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:209 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*grpcTransport).SendNext | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport.go:191 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.raceTransport.SendNext | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/transport_race.go:79 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendToReplicas | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:2021 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).sendPartialBatch | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1569 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).divideAndSendBatchToRanges | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1177 | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:798 | github.com/cockroachdb/cockroach/pkg/kv.(*CrossRangeTxnWrapperSender).Send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:221 | github.com/cockroachdb/cockroach/pkg/kv.(*DB).sendUsingSender | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:910 | github.com/cockroachdb/cockroach/pkg/kv.(*DB).send | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:893 | github.com/cockroachdb/cockroach/pkg/kv.sendAndFill | /go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:803 Wraps: (7) SST stats are incorrect: diff(given, actual) = [GCBytesAge: 39440086776 != 0] Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *assert.withAssertionFailure (6) *errbase.opaqueWrapper (7) *errutil.leafError TraceData:[] LeafTxnFinalState:<nil> RowNum:<nil> SamplerProgress:<nil> BulkProcessorProgress:<nil> Metrics:<nil>} --- FAIL: TestStreamIngestionFrontierProcessor/no-checkpoints (0.06s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - GOFLAGS=-json </p> </details> /cc @cockroachdb/bulk-io <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestStreamIngestionFrontierProcessor.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_infrastructure
ccl streamingccl streamingest teststreamingestionfrontierprocessor failed ccl streamingccl streamingest teststreamingestionfrontierprocessor with on master go src github com cockroachdb cockroach pkg kv kvserver replica proposal go github com cockroachdb cockroach pkg kv kvserver replica evalandpropose go src github com cockroachdb cockroach pkg kv kvserver replica raft go github com cockroachdb cockroach pkg kv kvserver replica executewritebatch go src github com cockroachdb cockroach pkg kv kvserver replica write go github com cockroachdb cockroach pkg kv kvserver replica executebatchwithconcurrencyretries go src github com cockroachdb cockroach pkg kv kvserver replica send go github com cockroachdb cockroach pkg kv kvserver replica sendwithoutrangeid go src github com cockroachdb cockroach pkg kv kvserver replica send go github com cockroachdb cockroach pkg kv kvserver replica send go src github com cockroachdb cockroach pkg kv kvserver replica send go github com cockroachdb cockroach pkg kv kvserver store send go src github com cockroachdb cockroach pkg kv kvserver store send go github com cockroachdb cockroach pkg kv kvserver stores send go src github com cockroachdb cockroach pkg kv kvserver stores go github com cockroachdb cockroach pkg server node batchinternal go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runtaskwitherr go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg server node batchinternal go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg server node batch go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg rpc internalclientadapter batch go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg kv kvclient kvcoord grpctransport sendbatch go src github com cockroachdb cockroach pkg kv kvclient kvcoord transport go github com cockroachdb cockroach pkg kv kvclient kvcoord grpctransport sendnext go src github com cockroachdb cockroach pkg kv kvclient kvcoord transport go github com cockroachdb cockroach pkg kv kvclient kvcoord racetransport sendnext go src github com cockroachdb cockroach pkg kv kvclient kvcoord transport race go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendtoreplicas go src github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendpartialbatch go src github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender divideandsendbatchtoranges go src github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender send go src github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv crossrangetxnwrappersender send go src github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg kv db sendusingsender go src github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg kv db send go src github com cockroachdb cockroach pkg kv db go github com cockroachdb cockroach pkg kv sendandfill go src github com cockroachdb cockroach pkg kv db go wraps sst stats are incorrect diff given actual error types withstack withstack errutil withprefix withstack withstack errutil withprefix assert withassertionfailure errbase opaquewrapper errutil leaferror tracedata leaftxnfinalstate rownum samplerprogress bulkprocessorprogress metrics fail teststreamingestionfrontierprocessor no checkpoints help see also parameters in this failure goflags json cc cockroachdb bulk io
0
26,782
20,693,560,237
IssuesEvent
2022-03-11 04:46:22
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
"Object not set..." when clicking away from a model which uses an editor component
bug interface/infrastructure
When clicking away from a model which uses a CodeView in the UI (ie report, manager, cultivar, ...), a null reference exception is generated.
1.0
"Object not set..." when clicking away from a model which uses an editor component - When clicking away from a model which uses a CodeView in the UI (ie report, manager, cultivar, ...), a null reference exception is generated.
infrastructure
object not set when clicking away from a model which uses an editor component when clicking away from a model which uses a codeview in the ui ie report manager cultivar a null reference exception is generated
1