GithubHelp home page GithubHelp logo

zoxive / apex.runtime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dbolin/apex.runtime

1.0 1.0 0.0 366 KB

Various runtime information helpers for .NET

License: MIT License

C# 96.39% HTML 3.61%

apex.runtime's Introduction

apex.runtime's People

Contributors

dbolin avatar dependabot-preview[bot] avatar zoxive avatar

Stargazers

 avatar

Watchers

 avatar

apex.runtime's Issues

Null ref in DictionarySlim resize

System.NullReferenceException: Object reference not set to an instance of an object.\r\n
   at Xamarin.Apex.Runtime.Internal.DictionarySlim`2.Resize()\r\n
   at Xamarin.Apex.Runtime.Internal.DictionarySlim`2.AddKey(TKey key, Int32 bucketIndex)\r\n
   at Xamarin.Apex.Runtime.Internal.DictionarySlim`2.GetOrAddValueRef(TKey key)\r\n
   at Xamarin.Apex.Runtime.Memory.HasNoReferences(Type elementType)\r\n
   at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)\r\n
   at Xamarin.Apex.Runtime.Memory.HasNoReferences(Type elementType)\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.DynamicCode.GenerateMethodImpl(Type type, Boolean isVirtual)\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfSealedInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.Rules.VariableRule(Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.RuleBase[](Closure , RuleBase[] , Memory )\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_System.Collections.Generic.List`1[[Engine.Stateless.RuleBase, Engine.Stateless, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]](Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.Rules.ConditionRule(Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.Rules.ConditionRule(Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.RuleBase[](Closure , RuleBase[] , Memory )\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_System.Collections.Generic.List`1[[Engine.Stateless.RuleBase, Engine.Stateless, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]](Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.Rules.VirtualRootRule(Closure , Object , Memory )\r\n
   at Xamarin.Apex.Runtime.Mode.CompiledExpressionsMode.GetSizeOfInternal[T](T obj, Memory memory)\r\n
   at Apex.Runtime.CompiledExpression_SizeOf_Engine.Stateless.Models.Ruleset(Closure , Ruleset , Memory )\r\n
   at Xamarin.Apex.Runtime.Memory.SizeOf[T](T obj)\r\n
   at Engine.Caching.SizeOfObject.SizeOf[T](T obj) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Caching\\MemorySizeComputePool.cs:line 50\r\n
   at Zoxive.Memoized.Memoized_RulesetRepository.FindAsync(Specification __iRuleSetSpec) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless.MultiTenant\\Zoxive.MemoizeSourceGenerator\\Zoxive.MemoizeSourceGenerator.Generator\\Memoized_RulesetRepository.cs:line 45\r\n
   at Engine.Stateless.Rules.CreateComponentRule.Execution.GetRulesetAndSpecAsync(CreateComponentRule rule, Value root, IEngineExpressionEvaluator expressionEvaluator, IRulesetRepository rulesetRepository, Component activeComponent, String profile) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\Rules\\CreateComponentRule.cs:line 113\r\n
   at Engine.Stateless.Rules.CreateComponentRule.Execution.ExecuteRootAsync(CreateComponentRule rule, Value root, ImmutableArray`1 rapidOptions, IEngineExpressionEvaluator expressionEvaluator, IRulesetRepository rulesetRepository, IComponentRulesetUtility componentRulesetUtility, ImmutableSortedDictionary`2 activeComponents, ImmutableSortedDictionary`2 inactiveComponents, String profile) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\Rules\\CreateComponentRule.cs:line 83\r\n
   at Engine.Stateless.RuleProcessor.ExecuteCreateRootComponentRuleAsync(CreateComponentRule createComponentRule, ExecutionState state) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\RuleProcessor.Executes.cs:line 103\r\n
   at Engine.Stateless.RuleProcessor.ExecuteCurrentRuleAsync(ExecutionStateRoot state) in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\RuleProcessor.cs:line 322\r\n
   at Engine.Stateless.RuleProcessor.ExecuteAsync() in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\RuleProcessor.cs:line 72\r\n
   at Engine.Stateless.RuleEngine.ExecuteAsync() in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\RuleEngine.cs:line 158\r\n
   at Engine.Stateless.RuleEngine.ExecuteToCompletionAsync() in C:\\Build01\\_work\\61\\s\\src\\SuperEngine\\Engine.Stateless\\RuleEngine.cs:line 205

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.