Vyacheslav Avdeev

Results 25 issues of Vyacheslav Avdeev

# Description VS2019 16.11 `PhysicalFile.AddNestedFileAsync` is not working for legacy style csproj, at least in my https://github.com/lsoft/NestedUnitTests (see `ProcessLegacyStyleProjectAsync` method). Technically, it's working but I need to unload/reload project to...

I extensively use `Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragmentVisitor` to validate my queries against my DB schema, and in literally every of its method I need to execute some SQL queries (e.g. `CreateCommand` + `ExecuteReader`)...

enhancement
backlog
area: scriptdom

like https://github.com/lsoft/DpdtInject#constructor-choosing ```C# //the following statement will bind A0 and A2; A1 will be excluded due to IExclude ScanInAssembliesWith() .SelectAllWithOpenGeneric() //generic arguments 'object' means NOTHING! it will be removed by...

now we have: ```C# //the following statement will bind A0 and A2; A1 will be excluded due to IExclude ScanInAssembliesWith() .SelectAllWithOpenGeneric() //generic arguments 'object' means NOTHING! it will be removed...

- [x] `ICluster` - [x] `IResolution` - [x] `CarcassCluster` - [ ] `CustomScopeObject` - [x] `DpdtException` - [x] `DpdtExceptionTypeEnum` - [ ] `IResolutionFast` - [ ] `IResolutionRequest` - [ ]...

intendation can be taken something like the following: ```csharp var textManager = (IVsTextManager)packageServiceProvider.GetRequiredService(typeof(SVsTextManager)); textManager.GetActiveView(1, null, out IVsTextView currentView); var model = (IComponentModel)packageServiceProvider.GetService(typeof(SComponentModel)); var editorAdapters = model.GetService(); var textView = editorAdapters.GetWpfTextView(currentView);...

also we need to use an attribute `InternalsVisibleTo` to make these classes visibile to Dpdt.Generator(.Core) and extension. it is unclear now hot it will affect unit tests.

what do we need to change to add natural support for blazor and asp.net environments?

+ unit test + correct compile-time error message