Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Brightspace/D2L.CodeStyle issues and pull requests
#962 - remove (unused) references to SingletonAttribute
Pull Request -
State: closed - Opened by omsmith about 2 months ago
#961 - RequireNamedArgumentsAnalyzer: add support for exemptions
Pull Request -
State: closed - Opened by omsmith 4 months ago
#960 - UnappliedConditionalImmutability: raise per-parameter
Pull Request -
State: closed - Opened by omsmith 4 months ago
#959 - Split large switch case out into a helper + add comment
Pull Request -
State: closed - Opened by j3parker 4 months ago
#958 - immutability fixes
Pull Request -
State: closed - Opened by omsmith 4 months ago
- 1 comment
#957 - Add a bug to demonstrate a defect
Pull Request -
State: closed - Opened by j3parker 4 months ago
#956 - [ConditionallyImmutable] is unsound
Issue -
State: closed - Opened by j3parker 4 months ago
#955 - Default to .NET Standard 2.0 for all projects
Pull Request -
State: open - Opened by j3parker 4 months ago
#954 - Enable nullable everywhere
Pull Request -
State: closed - Opened by j3parker 4 months ago
#953 - Make spec tests use analyzers fully qualified name
Pull Request -
State: closed - Opened by j3parker 4 months ago
#952 - Support sync converstion for ImplicitObjectCreationSyntax
Pull Request -
State: closed - Opened by j3parker 4 months ago
#951 - LFT-1285 - Allow users to suppress the sync generator
Pull Request -
State: closed - Opened by j3parker 4 months ago
- 1 comment
#950 - Fix the #nullable annotation
Pull Request -
State: closed - Opened by omsmith 7 months ago
#949 - D2L0017: Drop diagnostic. Migrated to D2L.Lms.Analyzers
Pull Request -
State: closed - Opened by omsmith 7 months ago
#948 - Unify annotations package with analyzers
Issue -
State: open - Opened by mthjones 9 months ago
- 1 comment
#947 - Emit a nullable directive in generated sync code
Pull Request -
State: closed - Opened by j3parker 10 months ago
#946 - D2L0050: generalize to a [NoAsyncFuncs] parameter attribute
Pull Request -
State: closed - Opened by omsmith 10 months ago
#945 - Add analysis to ensure deserializability
Pull Request -
State: closed - Opened by alamarre 10 months ago
- 1 comment
#944 - D2L0033 complains about params arrays
Issue -
State: open - Opened by daryl-mcmillan 12 months ago
- 1 comment
#943 - ReadOnlyParameterAnalyzer: fix handling of expression bodies
Pull Request -
State: closed - Opened by omsmith 12 months ago
#942 - ReadOnlyParameterAnalyzer: handle partial methods
Pull Request -
State: closed - Opened by omsmith 12 months ago
#941 - Updating ReadOnlyParameterAnalyzer to handle local functions
Pull Request -
State: closed - Opened by JeffAshton 12 months ago
#940 - ConstantAttributeAnalyzer optimizations
Pull Request -
State: open - Opened by omsmith about 1 year ago
#939 - remove ContentPhysicalPath analyzers. these properties have been removed
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#938 - optimize FeatureDefinitionAnalyzer
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#937 - optimize SerializerAttributeAnalyzer
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#936 - optimize InterfaceBinderAnalyzer
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#935 - LoggingExecutionContextScopeBuilderAnalyzer optimizations
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#934 - JsonParamBinderAnalyzer optimizations
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#933 - optimize/fix DefaultValueConsistencyAnalyzer
Pull Request -
State: closed - Opened by omsmith about 1 year ago
- 1 comment
#932 - deps: update CodeAnalysis packages
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#931 - optimize IsExpressionTree
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#930 - RequiredNamedArgumentsAnalyzers: fixes and optimizations
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#929 - Added PoC for adding OnlyVisibleToType to interfaces.
Pull Request -
State: closed - Opened by TimothyJCowen about 1 year ago
- 1 comment
#928 - Added PoC tests for adding OnlyVisibleToType to interfaces.
Pull Request -
State: closed - Opened by TimothyJCowen about 1 year ago
- 1 comment
#927 - Revert "Allow OnlyVisibleToType on interfaces."
Pull Request -
State: closed - Opened by daryl-mcmillan about 1 year ago
#926 - Bumped analyzers to 0.205.0.
Pull Request -
State: closed - Opened by TimothyJCowen about 1 year ago
#925 - Allow OnlyVisibleToType on interfaces.
Pull Request -
State: closed - Opened by TimothyJCowen about 1 year ago
- 1 comment
#924 - Preventing methods with [Constant] parameters from being passed as references
Pull Request -
State: closed - Opened by JeffAshton about 1 year ago
#923 - Add the Pinned Analyzer to prevent pinned types from moving accidentally
Pull Request -
State: closed - Opened by alamarre about 1 year ago
- 1 comment
#922 - Add SerializationFrameworkAnalyzer
Pull Request -
State: closed - Opened by Matthew-nop about 1 year ago
- 2 comments
#921 - Moving pinning attributes and the pinned analyzer
Pull Request -
State: closed - Opened by alamarre about 1 year ago
- 5 comments
#920 - D2L0102: Attemped to locate an unlocatable type
Pull Request -
State: closed - Opened by omsmith about 1 year ago
#919 - Move async stuff to its own package
Issue -
State: open - Opened by j3parker over 1 year ago
#918 - Bump Analyzers to 0.203.0 (fix syncgen Finally)
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#917 - Generate finally clause and add tests including catch removal
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#916 - Update D2L.CodeStyle.Analyzers version to 0.202.0
Pull Request -
State: closed - Opened by JeffAshton over 1 year ago
#915 - Adding support for conversion operators to the ConstantAttributeAnalyzer
Pull Request -
State: closed - Opened by JeffAshton over 1 year ago
- 2 comments
#914 - Bump Analyzers to 0.201.0
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#913 - Remove catch TaskCanceledException when Generating
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#912 - Generate string interpolation expression + test
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#911 - Generate conditional access, member binding expressions + test
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#910 - Bump analyzers to 0.200.0
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#909 - Disable CS1572 at top of generated files
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
- 1 comment
#908 - Bump Analyzers to 0.199.0
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#907 - Remove CancellationToken from declaration parameters
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#906 - Bump Analyzers to 0.198.0
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#905 - Rm "async" anywhere from IAsyncEnumerable & methods returning it
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#904 - SyncGen: Remove .SafeAsync() in the same way as .ConfigureAwait()
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#903 - Support SyncGen of Parenthesized Anonymous Object Creation Lambda
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#902 - Bump Analyzers to 0.197.0
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#901 - Remove arguments of type CancellationToken when Generating Sync
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#900 - Add generator support and tests for GenericNameSyntax to sync
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#899 - bump version to 0.195
Pull Request -
State: closed - Opened by j3parker over 1 year ago
#898 - Modify returns if generated sync method is void
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#897 - Modify Should...MemberAccess generator switch cases to include left side Expressions
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#896 - Add Generator to wrap some async calls in Task.Run().Result
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#895 - Delete CompletedTask, FromResult, and Fix Generator Cast Error
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#894 - Add simple lambda sync generator and test
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#893 - [email protected]
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#892 - Remove ConfigureAwait(); and add using
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#891 - Add some sync generators
Pull Request -
State: closed - Opened by AnaCoda over 1 year ago
#890 - `Type.MakeGenericType` and `MethodInfo.MakeGenericMethod` should be marked dangerous
Issue -
State: open - Opened by mthjones over 1 year ago
#889 - Bumping version to 0.32.0 to get [OnlyVisibleToType] support for cons…
Pull Request -
State: closed - Opened by JeffAshton over 1 year ago
#888 - Require making D2LPage derived classes partial
Pull Request -
State: closed - Opened by cesar-d2l over 1 year ago
#887 - gha
Pull Request -
State: closed - Opened by omsmith over 1 year ago
#886 - immutability: add special-case for generated regexes
Pull Request -
State: closed - Opened by omsmith over 1 year ago
- 1 comment
#885 - Remove IInstancePlugins from SingletonLocatorAnalyzer
Pull Request -
State: closed - Opened by cesar-d2l over 2 years ago
#884 - use new GetTypesByMetadataName in ImmutabilityContext.Factory
Pull Request -
State: open - Opened by omsmith over 2 years ago
#883 - update to 4.2.0 / 17.2 CodeAnalysis platform
Pull Request -
State: closed - Opened by omsmith over 2 years ago
#882 - add analyzer ensuring [Constant] and [StatelessFunc] are applied cons…
Pull Request -
State: closed - Opened by omsmith over 2 years ago
#881 - allow OnlyVisibleToType on constructors
Pull Request -
State: closed - Opened by omsmith over 2 years ago
- 2 comments
#880 - add IAmazonDynamoDB to 3rd-party immutable types
Pull Request -
State: closed - Opened by omsmith over 2 years ago
#879 - D2LTESTS004 failure on an abstract test fixture base
Issue -
State: open - Opened by mthjones over 2 years ago
#878 - shortcirtcuit ReadOnlyParameterAnalyzer for parameters with no attributes
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#877 - Adding HttpContext.Items and HttpContextBase.Items
Pull Request -
State: closed - Opened by JeffAshton almost 3 years ago
#876 - extract FindDeclarationImplementingType into ExpensiveGetSyntaxImplem…
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#875 - Add InvocationExpression to sync generator
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#874 - enforce immutable type params during immutability analysis
Pull Request -
State: open - Opened by omsmith almost 3 years ago
#873 - fix a bunch of warnings
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#872 - Add awaits and identifiers to SyncGenerator
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#871 - Add a bunch of basic syntax to SyncTransformer
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#870 - Fix string comparison and make a helper static
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#869 - Add MaybeTransform helper to help deal with optional syntax
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#868 - print source lines with indicators for spec test diagnostics
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
- 2 comments
#867 - trim whitespace between delimiters when building expected diagnostic …
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#866 - some immutability tweaks
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#865 - Support interface/abstract method signatures in SyncGenerator
Pull Request -
State: closed - Opened by j3parker almost 3 years ago
#864 - adjust for 0-based line numbers in PrettyDiagnostic output
Pull Request -
State: closed - Opened by omsmith almost 3 years ago
#863 - Add minimal support for sync transformation of expressions and statements
Pull Request -
State: closed - Opened by j3parker almost 3 years ago