Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ws3 adapter #3

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Feature/ws3 adapter #3

wants to merge 16 commits into from

Conversation

SergeyFilenko
Copy link

No description provided.

@SergeyFilenko SergeyFilenko requested a review from bzaar December 21, 2017 19:20
@@ -13,13 +13,14 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AspNetSamples</RootNamespace>
<AssemblyName>AspNetSamples</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we bumping .Net version to 4.5? Libraries are better off targeting a lower version for maximum reach.

Copy link
Author

@SergeyFilenko SergeyFilenko Dec 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about VS 7.0 and .NET 1.0? .Net 4.5 was released almost 6 years ago. Sometimes I can't install packages from nuget into .4.5 project, because no one want to target 6 years old framework. And you still care about people who use almost 8 years old framework. As far as i remember ws3.client targets .net 4.0 but not a client profile version.

<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why these new dependencies?

@bzaar
Copy link
Member

bzaar commented Dec 22, 2017

Не очень понятно, почему "+672 −2,927". Вроде бы должно быть примерно поровну + и -. Сейчас попробую сделать новый бранч.

bzaar added a commit that referenced this pull request Dec 22, 2017
@SergeyFilenko
Copy link
Author

@bzaar Не очень понятно, почему "+672 −2,927". - Авто сгенерированный код для SOAP клиент.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants