-
Notifications
You must be signed in to change notification settings - Fork 8
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
Example-project improvements #20
Example-project improvements #20
Conversation
…calsqldb, so that db will be generated and seeded if not exists, eliminating the need to install example db seperately for users.
OK will do. I'll try again to add you as a contributor.
…Sent from my iPhone
On Sep 15, 2017, at 1:12 PM, Peter de Witte ***@***.***> wrote:
Hi @timdwilson,
I added a new featurebranche for the Example-project improvements we spoke about earlier at #19 . Please take a look. I changed the EF-approach to code-first, and database and seed-data is now created from code, so no seperate installation of test-database needed anymore.
Please pull this to get feedback from you and contributors. It is an ongoing job, some more tasks need to be done, like updating the tutorial.
I am not a contributor yet, you tried to make me one, didn't you? But I never received your invitation somehow. Please try again if possible. I would like to be one.
You can view, comment on, or merge this pull request online at:
#20
Commit Summary
Changed entity framework to codefirst-approach. Used defaults with localsqldb, so that db will be generated and seeded if not exists, eliminating the need to install example db seperately for users.
Fixed missing BusinessEntityId. Renamed to existing HelloWorldId
Updated all nuget packages to their last versions
File Changes
M .gitignore (2)
A TypeaheadMvcModel/Scripts/typeahead.mvc.model.js.bak (49)
M example/WebApplication2/WebApplication2.sln (7)
D example/WebApplication2/WebApplication2/AWModel.Context.cs (32)
D example/WebApplication2/WebApplication2/AWModel.Context.tt (636)
D example/WebApplication2/WebApplication2/AWModel.Designer.cs (10)
D example/WebApplication2/WebApplication2/AWModel.cs (9)
D example/WebApplication2/WebApplication2/AWModel.edmx (102)
D example/WebApplication2/WebApplication2/AWModel.edmx.diagram (12)
D example/WebApplication2/WebApplication2/AWModel.tt (726)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.css (587)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.css.map (1)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.min.css (6)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.min.css.map (1)
M example/WebApplication2/WebApplication2/Content/bootstrap.css (8547)
A example/WebApplication2/WebApplication2/Content/bootstrap.css.map (1)
M example/WebApplication2/WebApplication2/Content/bootstrap.min.css (24)
A example/WebApplication2/WebApplication2/Content/bootstrap.min.css.map (1)
M example/WebApplication2/WebApplication2/Controllers/HelloWorldController.cs (12)
M example/WebApplication2/WebApplication2/Controllers/HtmlHelpers.cs (1)
A example/WebApplication2/WebApplication2/DatabaseContext/TypeAheadEntitiesContext.cs (45)
A example/WebApplication2/WebApplication2/Models/Person.cs (26)
D example/WebApplication2/WebApplication2/Person.cs (31)
M example/WebApplication2/WebApplication2/Scripts/_references.js (0)
M example/WebApplication2/WebApplication2/Scripts/bloodhound.js (743)
M example/WebApplication2/WebApplication2/Scripts/bloodhound.min.js (6)
M example/WebApplication2/WebApplication2/Scripts/bootstrap.js (1681)
M example/WebApplication2/WebApplication2/Scripts/bootstrap.min.js (28)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.js (9803)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.min.js (23)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.min.map (1)
R example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.intellisense.js (149)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.js (10253)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.min.js (4)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.min.map (1)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.js (8160)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.min.js (4)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.min.map (1)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate-vsdoc.js (20)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.js (1511)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.min.js (20)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.unobtrusive.js (75)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.unobtrusive.min.js (2)
R example/WebApplication2/WebApplication2/Scripts/modernizr-2.8.3.js (474)
M example/WebApplication2/WebApplication2/Scripts/respond.js (558)
A example/WebApplication2/WebApplication2/Scripts/respond.matchmedia.addListener.js (273)
A example/WebApplication2/WebApplication2/Scripts/respond.matchmedia.addListener.min.js (5)
M example/WebApplication2/WebApplication2/Scripts/respond.min.js (23)
M example/WebApplication2/WebApplication2/Scripts/typeahead.bundle.js (2384)
M example/WebApplication2/WebApplication2/Scripts/typeahead.bundle.min.js (7)
M example/WebApplication2/WebApplication2/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/WebApplication2/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Delete.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Details.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Edit.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Index.cshtml (0)
M example/WebApplication2/WebApplication2/Views/Home/Index.cshtml (0)
M example/WebApplication2/WebApplication2/Web.config (0)
M example/WebApplication2/WebApplication2/WebApplication2.csproj (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.woff2 (0)
M example/WebApplication2/WebApplication2/packages.config (0)
M example/WebApplication2/packages/Antlr.3.4.1.9004/Antlr.3.4.1.9004.nupkg (0)
M example/WebApplication2/packages/Antlr.3.4.1.9004/lib/Antlr3.Runtime.dll (0)
M example/WebApplication2/packages/Antlr.3.5.0.2/Antlr.3.5.0.2.nupkg (0)
M example/WebApplication2/packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/Microsoft.AspNet.Identity.Core.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/lib/net45/Microsoft.AspNet.Identity.Core.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/lib/net45/Microsoft.AspNet.Identity.Core.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/Microsoft.AspNet.Identity.EntityFramework.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.0.0/Microsoft.AspNet.Identity.Owin.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.0.0/lib/net45/Microsoft.AspNet.Identity.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/Microsoft.AspNet.Identity.Owin.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/lib/net45/Microsoft.AspNet.Identity.Owin.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/lib/net45/Microsoft.AspNet.Identity.Owin.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.1.2/Microsoft.AspNet.Mvc.5.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.1.2/lib/net45/System.Web.Mvc.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Microsoft.AspNet.Mvc.5.2.3.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/lib/net45/System.Web.Mvc.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/lib/net45/System.Web.Mvc.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.1.2/Microsoft.AspNet.Razor.3.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.1.2/lib/net45/System.Web.Razor.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/Microsoft.AspNet.Razor.3.2.3.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/lib/net45/System.Web.Razor.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/lib/net45/System.Web.Razor.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.1.2/Microsoft.AspNet.WebPages.3.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.1.2/lib/net45/System.Web.WebPages.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.install.xdt (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Microsoft.AspNet.WebPages.3.2.3.nupkg (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.Helpers.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.Helpers.xml (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Deployment.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Deployment.xml (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Razor.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Razor.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.3.1.0/Microsoft.Owin.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.3.1.0/lib/net45/Microsoft.Owin.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.3.1.0/lib/net45/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/Microsoft.Owin.Host.SystemWeb.3.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll (0)
R example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.2.1.0/Microsoft.Owin.Security.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/Microsoft.Owin.Security.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/lib/net45/Microsoft.Owin.Security.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/lib/net45/Microsoft.Owin.Security.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.2.1.0/Microsoft.Owin.Security.Cookies.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.2.1.0/lib/net45/Microsoft.Owin.Security.Cookies.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/Microsoft.Owin.Security.Cookies.3.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/lib/net45/Microsoft.Owin.Security.Cookies.dll (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/lib/net45/Microsoft.Owin.Security.Cookies.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.2.1.0/Microsoft.Owin.Security.Facebook.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.2.1.0/lib/net45/Microsoft.Owin.Security.Facebook.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/Microsoft.Owin.Security.Facebook.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/lib/net45/Microsoft.Owin.Security.Facebook.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/lib/net45/Microsoft.Owin.Security.Facebook.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.2.1.0/Microsoft.Owin.Security.Google.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.2.1.0/lib/net45/Microsoft.Owin.Security.Google.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/Microsoft.Owin.Security.Google.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/lib/net45/Microsoft.Owin.Security.Google.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/lib/net45/Microsoft.Owin.Security.Google.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.2.1.0/Microsoft.Owin.Security.MicrosoftAccount.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.2.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/Microsoft.Owin.Security.MicrosoftAccount.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.2.1.0/Microsoft.Owin.Security.OAuth.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.2.1.0/lib/net45/Microsoft.Owin.Security.OAuth.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/Microsoft.Owin.Security.OAuth.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/lib/net45/Microsoft.Owin.Security.OAuth.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/lib/net45/Microsoft.Owin.Security.OAuth.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.2.1.0/Microsoft.Owin.Security.Twitter.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.2.1.0/lib/net45/Microsoft.Owin.Security.Twitter.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/Microsoft.Owin.Security.Twitter.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/lib/net45/Microsoft.Owin.Security.Twitter.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/lib/net45/Microsoft.Owin.Security.Twitter.dll (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.1.2/Content/Scripts/jquery.validate.unobtrusive.min.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.1.2/Microsoft.jQuery.Unobtrusive.Validation.3.1.2.nupkg (0)
R example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Content/Scripts/jquery.validate.unobtrusive.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Content/Scripts/jquery.validate.unobtrusive.min.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Microsoft.jQuery.Unobtrusive.Validation.3.2.3.nupkg (0)
M example/WebApplication2/packages/Modernizr.2.6.2/Modernizr.2.6.2.nupkg (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Content/Scripts/modernizr-2.8.3.js (0)
M example/WebApplication2/packages/Modernizr.2.8.3/Modernizr.2.8.3.nupkg (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/common.ps1 (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/install.ps1 (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/uninstall.ps1 (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/LICENSE.md (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/Newtonsoft.Json.10.0.3.nupkg (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net20/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net20/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net35/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net35/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net40/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net40/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.0/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.0/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.3/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.3/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/tools/install.ps1 (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.8.0.2.nupkg (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net20/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net35/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net40/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net45/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Respond.1.2.0/Respond.1.2.0.nupkg (0)
M example/WebApplication2/packages/Respond.1.2.0/content/Scripts/respond.js (0)
M example/WebApplication2/packages/Respond.1.2.0/content/Scripts/respond.min.js (0)
M example/WebApplication2/packages/Respond.1.4.2/Respond.1.4.2.nupkg (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.matchmedia.addListener.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.matchmedia.addListener.min.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/Twitter.Typeahead.0.10.5.nupkg (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/bloodhound.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/bloodhound.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.bundle.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.bundle.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/Twitter.Typeahead.0.11.1.nupkg (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/bloodhound.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/bloodhound.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.bundle.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.bundle.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.6/Twitter.Typeahead.MVC.Model.1.0.6.nupkg (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Content/typeahead.css (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Controllers/HtmlHelpers.cs.pp (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Models/Autocomplete.cs.pp (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Scripts/typeahead.mvc.model.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Twitter.Typeahead.MVC.Model.1.0.7.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.0.6/WebActivatorEx.2.0.6.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.0.6/lib/net40/WebActivatorEx.dll (0)
M example/WebApplication2/packages/WebActivatorEx.2.2.0/WebActivatorEx.2.2.0.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.2.0/lib/net40/WebActivatorEx.dll (0)
M example/WebApplication2/packages/WebGrease.1.5.2/WebGrease.1.5.2.nupkg (0)
M example/WebApplication2/packages/WebGrease.1.5.2/lib/WebGrease.dll (0)
M example/WebApplication2/packages/WebGrease.1.5.2/tools/WG.exe (0)
M example/WebApplication2/packages/WebGrease.1.6.0/WebGrease.1.6.0.nupkg (0)
M example/WebApplication2/packages/WebGrease.1.6.0/lib/WebGrease.dll (0)
M example/WebApplication2/packages/WebGrease.1.6.0/tools/WG.EXE (0)
M example/WebApplication2/packages/bootstrap.3.0.0/bootstrap.3.0.0.nupkg (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Content/bootstrap.min.css (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Scripts/bootstrap.js (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Scripts/bootstrap.min.js (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/packages/bootstrap.3.3.7/bootstrap.3.3.7.nupkg (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.min.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.min.css.map (0)
R example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.min.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.min.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Scripts/bootstrap.js (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Scripts/bootstrap.min.js (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.woff2 (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.min.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.min.map (0)
M example/WebApplication2/packages/jQuery.1.10.2/jQuery.1.10.2.nupkg (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.min.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.min.map (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.min.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.min.map (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/common.ps1 (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/install.ps1 (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/jquery-3.2.1.intellisense.js (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/uninstall.ps1 (0)
M example/WebApplication2/packages/jQuery.3.2.1/jQuery.3.2.1.nupkg (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.min.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/jQuery.Validation.1.11.1.nupkg (0)
R example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate.min.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/jQuery.Validation.1.16.0.nupkg (0)
Patch Links:
https://github.com/timdwilson/typeahead-mvc-model/pull/20.patch
https://github.com/timdwilson/typeahead-mvc-model/pull/20.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I also have a new get repository the needs to be updated with the new version after we test it out. I can give you access to that as well.
…Sent from my iPhone
On Sep 15, 2017, at 1:12 PM, Peter de Witte ***@***.***> wrote:
Hi @timdwilson,
I added a new featurebranche for the Example-project improvements we spoke about earlier at #19 . Please take a look. I changed the EF-approach to code-first, and database and seed-data is now created from code, so no seperate installation of test-database needed anymore.
Please pull this to get feedback from you and contributors. It is an ongoing job, some more tasks need to be done, like updating the tutorial.
I am not a contributor yet, you tried to make me one, didn't you? But I never received your invitation somehow. Please try again if possible. I would like to be one.
You can view, comment on, or merge this pull request online at:
#20
Commit Summary
Changed entity framework to codefirst-approach. Used defaults with localsqldb, so that db will be generated and seeded if not exists, eliminating the need to install example db seperately for users.
Fixed missing BusinessEntityId. Renamed to existing HelloWorldId
Updated all nuget packages to their last versions
File Changes
M .gitignore (2)
A TypeaheadMvcModel/Scripts/typeahead.mvc.model.js.bak (49)
M example/WebApplication2/WebApplication2.sln (7)
D example/WebApplication2/WebApplication2/AWModel.Context.cs (32)
D example/WebApplication2/WebApplication2/AWModel.Context.tt (636)
D example/WebApplication2/WebApplication2/AWModel.Designer.cs (10)
D example/WebApplication2/WebApplication2/AWModel.cs (9)
D example/WebApplication2/WebApplication2/AWModel.edmx (102)
D example/WebApplication2/WebApplication2/AWModel.edmx.diagram (12)
D example/WebApplication2/WebApplication2/AWModel.tt (726)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.css (587)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.css.map (1)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.min.css (6)
A example/WebApplication2/WebApplication2/Content/bootstrap-theme.min.css.map (1)
M example/WebApplication2/WebApplication2/Content/bootstrap.css (8547)
A example/WebApplication2/WebApplication2/Content/bootstrap.css.map (1)
M example/WebApplication2/WebApplication2/Content/bootstrap.min.css (24)
A example/WebApplication2/WebApplication2/Content/bootstrap.min.css.map (1)
M example/WebApplication2/WebApplication2/Controllers/HelloWorldController.cs (12)
M example/WebApplication2/WebApplication2/Controllers/HtmlHelpers.cs (1)
A example/WebApplication2/WebApplication2/DatabaseContext/TypeAheadEntitiesContext.cs (45)
A example/WebApplication2/WebApplication2/Models/Person.cs (26)
D example/WebApplication2/WebApplication2/Person.cs (31)
M example/WebApplication2/WebApplication2/Scripts/_references.js (0)
M example/WebApplication2/WebApplication2/Scripts/bloodhound.js (743)
M example/WebApplication2/WebApplication2/Scripts/bloodhound.min.js (6)
M example/WebApplication2/WebApplication2/Scripts/bootstrap.js (1681)
M example/WebApplication2/WebApplication2/Scripts/bootstrap.min.js (28)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.js (9803)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.min.js (23)
D example/WebApplication2/WebApplication2/Scripts/jquery-1.10.2.min.map (1)
R example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.intellisense.js (149)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.js (10253)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.min.js (4)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.min.map (1)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.js (8160)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.min.js (4)
A example/WebApplication2/WebApplication2/Scripts/jquery-3.2.1.slim.min.map (1)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate-vsdoc.js (20)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.js (1511)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.min.js (20)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.unobtrusive.js (75)
M example/WebApplication2/WebApplication2/Scripts/jquery.validate.unobtrusive.min.js (2)
R example/WebApplication2/WebApplication2/Scripts/modernizr-2.8.3.js (474)
M example/WebApplication2/WebApplication2/Scripts/respond.js (558)
A example/WebApplication2/WebApplication2/Scripts/respond.matchmedia.addListener.js (273)
A example/WebApplication2/WebApplication2/Scripts/respond.matchmedia.addListener.min.js (5)
M example/WebApplication2/WebApplication2/Scripts/respond.min.js (23)
M example/WebApplication2/WebApplication2/Scripts/typeahead.bundle.js (2384)
M example/WebApplication2/WebApplication2/Scripts/typeahead.bundle.min.js (7)
M example/WebApplication2/WebApplication2/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/WebApplication2/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Delete.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Details.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Edit.cshtml (0)
M example/WebApplication2/WebApplication2/Views/HelloWorld/Index.cshtml (0)
M example/WebApplication2/WebApplication2/Views/Home/Index.cshtml (0)
M example/WebApplication2/WebApplication2/Web.config (0)
M example/WebApplication2/WebApplication2/WebApplication2.csproj (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/WebApplication2/fonts/glyphicons-halflings-regular.woff2 (0)
M example/WebApplication2/WebApplication2/packages.config (0)
M example/WebApplication2/packages/Antlr.3.4.1.9004/Antlr.3.4.1.9004.nupkg (0)
M example/WebApplication2/packages/Antlr.3.4.1.9004/lib/Antlr3.Runtime.dll (0)
M example/WebApplication2/packages/Antlr.3.5.0.2/Antlr.3.5.0.2.nupkg (0)
M example/WebApplication2/packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/Microsoft.AspNet.Identity.Core.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/lib/net45/Microsoft.AspNet.Identity.Core.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.Core.2.2.1/lib/net45/Microsoft.AspNet.Identity.Core.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/Microsoft.AspNet.Identity.EntityFramework.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.EntityFramework.2.2.1/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.0.0/Microsoft.AspNet.Identity.Owin.2.0.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.0.0/lib/net45/Microsoft.AspNet.Identity.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/Microsoft.AspNet.Identity.Owin.2.2.1.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/lib/net45/Microsoft.AspNet.Identity.Owin.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Identity.Owin.2.2.1/lib/net45/Microsoft.AspNet.Identity.Owin.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.1.2/Microsoft.AspNet.Mvc.5.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.1.2/lib/net45/System.Web.Mvc.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/Microsoft.AspNet.Mvc.5.2.3.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/lib/net45/System.Web.Mvc.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Mvc.5.2.3/lib/net45/System.Web.Mvc.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.1.2/Microsoft.AspNet.Razor.3.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.1.2/lib/net45/System.Web.Razor.dll (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/Microsoft.AspNet.Razor.3.2.3.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/lib/net45/System.Web.Razor.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.Razor.3.2.3/lib/net45/System.Web.Razor.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.1.2/Microsoft.AspNet.WebPages.3.1.2.nupkg (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.1.2/lib/net45/System.Web.WebPages.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.install.xdt (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/Microsoft.AspNet.WebPages.3.2.3.nupkg (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.Helpers.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.Helpers.xml (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Deployment.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Deployment.xml (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Razor.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Razor.xml (0)
M example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.dll (0)
R example/WebApplication2/packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.3.1.0/Microsoft.Owin.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.3.1.0/lib/net45/Microsoft.Owin.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.3.1.0/lib/net45/Microsoft.Owin.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/Microsoft.Owin.Host.SystemWeb.3.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll (0)
R example/WebApplication2/packages/Microsoft.Owin.Host.SystemWeb.3.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.2.1.0/Microsoft.Owin.Security.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/Microsoft.Owin.Security.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/lib/net45/Microsoft.Owin.Security.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.3.1.0/lib/net45/Microsoft.Owin.Security.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.2.1.0/Microsoft.Owin.Security.Cookies.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.2.1.0/lib/net45/Microsoft.Owin.Security.Cookies.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/Microsoft.Owin.Security.Cookies.3.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/lib/net45/Microsoft.Owin.Security.Cookies.dll (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Cookies.3.1.0/lib/net45/Microsoft.Owin.Security.Cookies.xml (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.2.1.0/Microsoft.Owin.Security.Facebook.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.2.1.0/lib/net45/Microsoft.Owin.Security.Facebook.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/Microsoft.Owin.Security.Facebook.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/lib/net45/Microsoft.Owin.Security.Facebook.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Facebook.3.1.0/lib/net45/Microsoft.Owin.Security.Facebook.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.2.1.0/Microsoft.Owin.Security.Google.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.2.1.0/lib/net45/Microsoft.Owin.Security.Google.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/Microsoft.Owin.Security.Google.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/lib/net45/Microsoft.Owin.Security.Google.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Google.3.1.0/lib/net45/Microsoft.Owin.Security.Google.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.2.1.0/Microsoft.Owin.Security.MicrosoftAccount.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.2.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/Microsoft.Owin.Security.MicrosoftAccount.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.MicrosoftAccount.3.1.0/lib/net45/Microsoft.Owin.Security.MicrosoftAccount.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.2.1.0/Microsoft.Owin.Security.OAuth.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.2.1.0/lib/net45/Microsoft.Owin.Security.OAuth.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/Microsoft.Owin.Security.OAuth.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/lib/net45/Microsoft.Owin.Security.OAuth.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.OAuth.3.1.0/lib/net45/Microsoft.Owin.Security.OAuth.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.2.1.0/Microsoft.Owin.Security.Twitter.2.1.0.nupkg (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.2.1.0/lib/net45/Microsoft.Owin.Security.Twitter.dll (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/Microsoft.Owin.Security.Twitter.3.1.0.nupkg (0)
R example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/lib/net45/Microsoft.Owin.Security.Twitter.XML (0)
M example/WebApplication2/packages/Microsoft.Owin.Security.Twitter.3.1.0/lib/net45/Microsoft.Owin.Security.Twitter.dll (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.1.2/Content/Scripts/jquery.validate.unobtrusive.min.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.1.2/Microsoft.jQuery.Unobtrusive.Validation.3.1.2.nupkg (0)
R example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Content/Scripts/jquery.validate.unobtrusive.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Content/Scripts/jquery.validate.unobtrusive.min.js (0)
M example/WebApplication2/packages/Microsoft.jQuery.Unobtrusive.Validation.3.2.3/Microsoft.jQuery.Unobtrusive.Validation.3.2.3.nupkg (0)
M example/WebApplication2/packages/Modernizr.2.6.2/Modernizr.2.6.2.nupkg (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Content/Scripts/modernizr-2.8.3.js (0)
M example/WebApplication2/packages/Modernizr.2.8.3/Modernizr.2.8.3.nupkg (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/common.ps1 (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/install.ps1 (0)
R example/WebApplication2/packages/Modernizr.2.8.3/Tools/uninstall.ps1 (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/LICENSE.md (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/Newtonsoft.Json.10.0.3.nupkg (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net20/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net20/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net35/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net35/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net40/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net40/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.0/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.0/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.3/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/netstandard1.3/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.10.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml (0)
R example/WebApplication2/packages/Newtonsoft.Json.10.0.3/tools/install.ps1 (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.8.0.2.nupkg (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net20/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net35/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net40/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/net45/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml (0)
M example/WebApplication2/packages/Newtonsoft.Json.8.0.2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll (0)
M example/WebApplication2/packages/Respond.1.2.0/Respond.1.2.0.nupkg (0)
M example/WebApplication2/packages/Respond.1.2.0/content/Scripts/respond.js (0)
M example/WebApplication2/packages/Respond.1.2.0/content/Scripts/respond.min.js (0)
M example/WebApplication2/packages/Respond.1.4.2/Respond.1.4.2.nupkg (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.matchmedia.addListener.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.matchmedia.addListener.min.js (0)
M example/WebApplication2/packages/Respond.1.4.2/content/Scripts/respond.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/Twitter.Typeahead.0.10.5.nupkg (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/bloodhound.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/bloodhound.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.bundle.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.bundle.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.10.5/content/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/Twitter.Typeahead.0.11.1.nupkg (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/bloodhound.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/bloodhound.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.bundle.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.bundle.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.jquery.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.0.11.1/content/Scripts/typeahead.jquery.min.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.6/Twitter.Typeahead.MVC.Model.1.0.6.nupkg (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Content/typeahead.css (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Controllers/HtmlHelpers.cs.pp (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Models/Autocomplete.cs.pp (0)
R example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Content/Scripts/typeahead.mvc.model.js (0)
M example/WebApplication2/packages/Twitter.Typeahead.MVC.Model.1.0.7/Twitter.Typeahead.MVC.Model.1.0.7.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.0.6/WebActivatorEx.2.0.6.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.0.6/lib/net40/WebActivatorEx.dll (0)
M example/WebApplication2/packages/WebActivatorEx.2.2.0/WebActivatorEx.2.2.0.nupkg (0)
M example/WebApplication2/packages/WebActivatorEx.2.2.0/lib/net40/WebActivatorEx.dll (0)
M example/WebApplication2/packages/WebGrease.1.5.2/WebGrease.1.5.2.nupkg (0)
M example/WebApplication2/packages/WebGrease.1.5.2/lib/WebGrease.dll (0)
M example/WebApplication2/packages/WebGrease.1.5.2/tools/WG.exe (0)
M example/WebApplication2/packages/WebGrease.1.6.0/WebGrease.1.6.0.nupkg (0)
M example/WebApplication2/packages/WebGrease.1.6.0/lib/WebGrease.dll (0)
M example/WebApplication2/packages/WebGrease.1.6.0/tools/WG.EXE (0)
M example/WebApplication2/packages/bootstrap.3.0.0/bootstrap.3.0.0.nupkg (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Content/bootstrap.min.css (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Scripts/bootstrap.js (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/Scripts/bootstrap.min.js (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/packages/bootstrap.3.0.0/content/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/packages/bootstrap.3.3.7/bootstrap.3.3.7.nupkg (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.min.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap-theme.min.css.map (0)
R example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.min.css (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Content/bootstrap.min.css.map (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Scripts/bootstrap.js (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/Scripts/bootstrap.min.js (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.eot (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.svg (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.ttf (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.woff (0)
M example/WebApplication2/packages/bootstrap.3.3.7/content/fonts/glyphicons-halflings-regular.woff2 (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.min.js (0)
M example/WebApplication2/packages/jQuery.1.10.2/Content/Scripts/jquery-1.10.2.min.map (0)
M example/WebApplication2/packages/jQuery.1.10.2/jQuery.1.10.2.nupkg (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.min.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.min.map (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.min.js (0)
M example/WebApplication2/packages/jQuery.3.2.1/Content/Scripts/jquery-3.2.1.slim.min.map (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/common.ps1 (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/install.ps1 (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/jquery-3.2.1.intellisense.js (0)
R example/WebApplication2/packages/jQuery.3.2.1/Tools/uninstall.ps1 (0)
M example/WebApplication2/packages/jQuery.3.2.1/jQuery.3.2.1.nupkg (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.min.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.11.1/jQuery.Validation.1.11.1.nupkg (0)
R example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate-vsdoc.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/Content/Scripts/jquery.validate.min.js (0)
M example/WebApplication2/packages/jQuery.Validation.1.16.0/jQuery.Validation.1.16.0.nupkg (0)
Patch Links:
https://github.com/timdwilson/typeahead-mvc-model/pull/20.patch
https://github.com/timdwilson/typeahead-mvc-model/pull/20.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I now see that I requested a pull from my feature branch to your master branch. |
Hmmm I'll take look and see what I can do. Appreciate your work Peter!
…Sent from my iPhone
On Sep 15, 2017, at 10:43 PM, Peter de Witte ***@***.***> wrote:
I now see that I requested a pull from my feature branch to your master branch.
What I was intended to do, with this Pull request, was to create the new feature branch in yóur repository too. So others can work on it together with me, and finally merge it into the master in the future. Can you change it to that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
About my intension to 'create the new feature branch in yóur repository too', that seems not te be a common practice, so don't bother please. |
Sounds good. Yes grouping features into one PR is best. Also I think what you are intending is to create a branch with another approach to feature or features in the app. You can certainly do that. That does not interfere with app at all and can be merged back in at some point.
…Sent from my iPhone
On Sep 16, 2017, at 1:27 PM, Peter de Witte ***@***.***> wrote:
About my intension to 'create the new feature branch in yóur repository too', that seems not te be a common practice, so don't bother please.
Additional changes in this area like modifying the tutorial to match the new example project can be the subject of another pull-request, I imagine. Is that correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Oke, great. So a new branch in your repo called 'Example-project-codefirst' or something would make sense. I agree. Creating a branch in your repo is not permitted for me though as non-contributor, so please make me contributor for one time again. I changed my email-settings, there was something wrong with it! If that doesn't work, I will get in touch with GitHub Support. |
Ok I added you. Maybe I didn't do it before? Let me know if that works...
…Sent from my iPhone
On Sep 17, 2017, at 2:16 AM, Peter de Witte ***@***.***> wrote:
Oke, great. So a new branch in your repo called 'Example-project-codefirst' or something would make sense. I agree. Creating a branch in your repo is not permitted for me though as non-contributor, so please make me contributor for one time again. I changed my email-settings, there was something wrong with it! If that doesn't work, I will get in touch with GitHub Support.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Tim, That works! Thanks! |
Hi, this is a pull request to update the new feature branch 'Example-project-codefirst' Please review the changes for me. I wonder if the commit "Merge branch 'master' into ExampleProjectImprovements" should be in the pull request. It is the commit where I synced my fork after the recent updates to master from @groblerf |
I'll take a look, Peter. Thanks!
…Sent from my iPhone
On Sep 17, 2017, at 11:06 PM, Peter de Witte ***@***.***> wrote:
Hi, this is a pull request to update the new feature branch 'Example-project-codefirst' Please review the changes for me. I wonder if the commit "Merge branch 'master' into ExampleProjectImprovements" should be in the pull request. It is the commit where I synced my fork after the recent updates to master from @groblerf
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi @timdwilson,
I added a new featurebranche for the Example-project improvements we spoke about earlier at #19 . Please take a look. I changed the EF-approach to code-first, and database and seed-data is now created from code, so no seperate installation of test-database needed anymore.
Please pull this to get feedback from you and contributors. It is an ongoing job, some more tasks need to be done, like updating the tutorial.
I am not a contributor yet, you tried to make me one, didn't you? But I never received your invitation somehow. Please try again if possible. I would like to be one.