Fluent 问答列表

无法使用 FluentEmail 在电子邮件中发送嵌入的图像

作者:I Love Stackoverflow 提问时间:5/17/2018

我在核心 2.0 类库中使用 FluentEmail ASP.NET 该库将发送电子邮件通知。 以下是我到目前为止尝试过的示例代码: using FluentEmail.Core; using F...

WebDriverException 元素必须是用户可编辑的才能清除它

作者:Immanuel Fredrick 提问时间:2/25/2015

我正在尝试运行测试用例来执行重置密码,但遇到了这个问题。 WebDriverException 元素必须是用户可编辑的才能清除它。 基本上,我正在访问输入新密码的页面并执行此操作: browse...

无法启动架构注册表

作者:Xiaoyong Guo 提问时间:2/8/2022

我已经遵循了这个演示并收到以下错误。 https://github.com/confluentinc/cp-demo https://github.com/confluentinc/cp-demo/...

如果 Fluent 方法链中发生抛出,则带有 Fluent API 的 using 语句将不会调用 Dispose

作者:David L 提问时间:8/3/2022

将 using 语句与可能引发的 Fluent API 结合使用时,降低的代码将永远不会正确调用 dispose。 如果我有以下公开流畅接口的类: public class Wrapper : I...

如何使用 FluentValidation 验证 Dictionary<string、T 中的项>视图模型属性

作者:Greg Burghardt 提问时间:10/18/2019

我正在使用数据结构在视图模型中存储电话号码。用户可以在客户端添加或删除它们,然后再将它们发布回服务器。Dictionary<string, T> 背景故事:我正在使用字典,因为使用 MVC 5 AS...

Fluentd 记录转换器条件语句,用于添加键(如果不存在)

作者:vijay varma 提问时间:12/14/2022

如果日志中不存在消息字段,我想将该字段添加到日志中。 下面是相关的 fluentd 配置: <filter **> @type record_transformer enable_ruby t...

使用 FluentMigrator 编写存储过程的最佳方法是什么

作者:Luca La Malfa 提问时间:2/7/2023

[Migration(1)] public class TestCreateUserTable : Migration { public override void Up() { Execute...

Fluent 迁移器引发超时异常

作者:Tropin Alexey 提问时间:2/9/2023

我使用 Fluent migrator 3.3.2,它在其中一个数据库上抛出错误: The error was Execution Timeout Expired. The timeout peri...

如何将日志从 fluentd 发送到 influxDB?

作者:joy 提问时间:2/9/2023

我遇到了 Fluentd 解析器无法正常工作的问题。 我不知道问题到底出在哪里。 fluentd.conf 文件 <source> @type tail @id in_tail_app_logs...

FluentAssertions:自定义双比较器

作者:ProtonFisher 提问时间:4/5/2023

我尝试开始使用 FluentAssertions,但很快我就遇到了问题。我将它与 MSTest 一起使用。下面的测试失败了不应该发生的事情(从我的角度来看)。 [TestMethod] publi...


共52条 当前第4页